Html Css Color HEX #D36C52 Japonica

📋 copy color: '#D36C52'

red 211 ◦ green 108 ◦ blue 82

#D36C52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #D36C52

Tints of Japonica #D36C52

RGB

 RED value IS 211 (82.81% from 255) = 52.62%

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 52.62%
G = 26.93%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D36C52 (or 0xD36C52) is known color: Japonica. HEX triplet: D3, 6C and 52. RGB value is (211,108,82). Sum of RGB (Red+Green+Blue) = 211+108+82=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36C52 is #2C93AD. Grayscale: #888888. Windows color (decimal): -2921390 or 5401811. OLE color: 5401811.

HSL color Cylindrical-coordinate representation of color #D36C52: hue angle of 12.09º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D36C52 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 108 82 -
CMYK 0 0.49 0.61 0.17
HSL 12.09º 0.59% 0.57% -
HSV(B) 12.09º 0.61% 0.83% -
XYZ 33.75 25.18 11.06 -
YUV 135.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 211 108 82 0 0.49 0.61 0.17 12.09 0.59 0.57
Hex D3 6C 52 0 31 3D 11 C 3B 39
Octal 323 154 122 0 61 75 21 14 73 71
Binary 11010011 1101100 1010010 0 110001 111101 10001 1100 111011 111001

Color Harmonies of #D36C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36C52

Black with #D36C52

Text Example


Text Example

White with #D36C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36C52; }

 p { color: rgb(211,108,82); }

 H1.HeaderClassName
 {
   color: #D36C52;
 }
 .AnyTagClassName
 {
   color: #D36C52;
 }
</style>

background-color css

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

 a { background-color: rgb(211,108,82); }

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

border-color css

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

 span { border-color: rgb(211,108,82); }

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