#d37c55

Color #D37C55 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D37C55

Tints of Japonica #D37C55

Color information

#D37C55 (or 0xD37C55) is unknown color: approx Japonica. HEX triplet: D3, 7C and 55. RGB value is (211,124,85). Sum of RGB (Red+Green+Blue) = 211+124+85=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C55 is #2C83AA. Grayscale: #919191. Windows color (decimal): -2917291 or 5602515. OLE color: 5602515.

HSL color Cylindrical-coordinate representation of color #D37C55: hue angle of 18.57º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D37C55 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21112485-
CMYK00.410.600.17
HSL18.57º58.88%58.04%-
HSV(B)18.57º59.72%82.75%-
XYZ35.7128.9212.29-
YUV145.5793.82174.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 50.24%
GREEN value IS 124 (48.83% from 255) = 29.52%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=50.24%
G=29.52%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111248500.410.600.1718.5758.8858.04
HexD37C550293C11133b3a
Octal3231741250517421237372
Binary110100111111100101010101010011111001000110011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37c55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37c55; }

 p { color: rgb(211,124,85); }

 H1.HeaderClassName
 {
   color: #d37c55;
 }
 .AnyTagClassName
 {
   color: #d37c55;
 }
</style>
background-color css

<style>
 a { background-color: #d37c55; }

 a { background-color: rgb(211,124,85); }

 div.DivClassName
 {
   background-color: #d37c55;
 }
 .BgClassName
 {
   background-color: #d37c55;
 }
</style>
border-color css

<style>
 span { border-color: #d37c55; }

 span { border-color: rgb(211,124,85); }

 td.TdClassName
 {
   border-color: #d37c55;
 }
 .TagClassName
 {
   border-color: #d37c55;
 }
</style>