Html Css Color HEX #D36E1B Chocolate

📋 copy color: '#D36E1B'

red 211 ◦ green 110 ◦ blue 27

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

Shades of Chocolate #D36E1B

Tints of Chocolate #D36E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 60.63%
G = 31.61%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D36E1B (or 0xD36E1B) is known color: Chocolate. HEX triplet: D3, 6E and 1B. RGB value is (211,110,27). Sum of RGB (Red+Green+Blue) = 211+110+27=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D36E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36E1B is #2C91E4. Grayscale: #838383. Windows color (decimal): -2920933 or 1797843. OLE color: 1797843.

HSL color Cylindrical-coordinate representation of color #D36E1B: hue angle of 27.07º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D36E1B is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 110 27 -
CMYK 0 0.48 0.87 0.17
HSL 27.07º 0.77% 0.47% -
HSV(B) 27.07º 0.87% 0.83% -
XYZ 32.64 25.08 4.16 -
YUV 130.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 211 110 27 0 0.48 0.87 0.17 27.07 0.77 0.47
Hex D3 6E 1B 0 30 57 11 1B 4D 2F
Octal 323 156 33 0 60 127 21 33 115 57
Binary 11010011 1101110 11011 0 110000 1010111 10001 11011 1001101 101111

Color Harmonies of #D36E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36E1B

Black with #D36E1B

Text Example


Text Example

White with #D36E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36E1B; }

 p { color: rgb(211,110,27); }

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

background-color css

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

 a { background-color: rgb(211,110,27); }

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

border-color css

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

 span { border-color: rgb(211,110,27); }

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