Html Css Color HEX #D15A1B Chocolate

📋 copy color: '#D15A1B'

red 209 ◦ green 90 ◦ blue 27

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

Shades of Chocolate #D15A1B

Tints of Chocolate #D15A1B

RGB

 RED value IS 209 (82.03% from 255) = 64.11%

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 64.11%
G = 27.61%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D15A1B (or 0xD15A1B) is known color: Chocolate. HEX triplet: D1, 5A and 1B. RGB value is (209,90,27). Sum of RGB (Red+Green+Blue) = 209+90+27=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15A1B is #2EA5E4. Grayscale: #767676. Windows color (decimal): -3057125 or 1792721. OLE color: 1792721.

HSL color Cylindrical-coordinate representation of color #D15A1B: hue angle of 20.77º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D15A1B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 90 27 -
CMYK 0 0.57 0.87 0.18
HSL 20.77º 0.77% 0.46% -
HSV(B) 20.77º 0.87% 0.82% -
XYZ 30.15 20.95 3.49 -
YUV 118.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 209 90 27 0 0.57 0.87 0.18 20.77 0.77 0.46
Hex D1 5A 1B 0 39 57 12 15 4D 2E
Octal 321 132 33 0 71 127 22 25 115 56
Binary 11010001 1011010 11011 0 111001 1010111 10010 10101 1001101 101110

Color Harmonies of #D15A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A1B

Black with #D15A1B

Text Example


Text Example

White with #D15A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A1B; }

 p { color: rgb(209,90,27); }

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

background-color css

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

 a { background-color: rgb(209,90,27); }

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

border-color css

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

 span { border-color: rgb(209,90,27); }

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