Html Css Color HEX #571E08 Baker's Chocolate

📋 copy color: '#571E08'

red 87 ◦ green 30 ◦ blue 8

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

Shades of Baker's Chocolate #571E08

Tints of Baker's Chocolate #571E08

RGB

 RED value IS 87 (34.38% from 255) = 69.6%

 GREEN value IS 30 (12.11% from 255) = 24%

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 69.6%
G = 24%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#571E08 (or 0x571E08) is known color: Baker's Chocolate. HEX triplet: 57, 1E and 08. RGB value is (87,30,8). Sum of RGB (Red+Green+Blue) = 87+30+8=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E08 is #A8E1F7. Grayscale: #2C2C2C. Windows color (decimal): -11067896 or 532055. OLE color: 532055.

HSL color Cylindrical-coordinate representation of color #571E08: hue angle of 16.71º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #571E08 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 30 8 -
CMYK 0 0.66 0.91 0.66
HSL 16.71º 0.83% 0.19% -
HSV(B) 16.71º 0.91% 0.34% -
XYZ 4.44 2.97 0.57 -
YUV 44.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 87 30 8 0 0.66 0.91 0.66 16.71 0.83 0.19
Hex 57 1E 8 0 42 5B 42 11 53 13
Octal 127 36 10 0 102 133 102 21 123 23
Binary 1010111 11110 1000 0 1000010 1011011 1000010 10001 1010011 10011

Color Harmonies of #571E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E08

Black with #571E08

Text Example


Text Example

White with #571E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571E08; }

 p { color: rgb(87,30,8); }

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

background-color css

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

 a { background-color: rgb(87,30,8); }

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

border-color css

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

 span { border-color: rgb(87,30,8); }

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