Html Css Color HEX #572511 Baker's Chocolate

📋 copy color: '#572511'

red 87 ◦ green 37 ◦ blue 17

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

Shades of Baker's Chocolate #572511

Tints of Baker's Chocolate #572511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 61.7%
G = 26.24%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#572511 (or 0x572511) is known color: Baker's Chocolate. HEX triplet: 57, 25 and 11. RGB value is (87,37,17). Sum of RGB (Red+Green+Blue) = 87+37+17=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #572511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572511 is #A8DAEE. Grayscale: #313131. Windows color (decimal): -11066095 or 1123671. OLE color: 1123671.

HSL color Cylindrical-coordinate representation of color #572511: hue angle of 17.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572511 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 17 -
CMYK 0 0.57 0.80 0.66
HSL 17.14º 0.67% 0.2% -
HSV(B) 17.14º 0.8% 0.34% -
XYZ 4.69 3.39 0.94 -
YUV 49.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 87 37 17 0 0.57 0.80 0.66 17.14 0.67 0.2
Hex 57 25 11 0 39 50 42 11 43 14
Octal 127 45 21 0 71 120 102 21 103 24
Binary 1010111 100101 10001 0 111001 1010000 1000010 10001 1000011 10100

Color Harmonies of #572511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572511

Black with #572511

Text Example


Text Example

White with #572511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572511; }

 p { color: rgb(87,37,17); }

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

background-color css

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

 a { background-color: rgb(87,37,17); }

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

border-color css

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

 span { border-color: rgb(87,37,17); }

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