Html Css Color HEX #57290B Baker's Chocolate

📋 copy color: '#57290B'

red 87 ◦ green 41 ◦ blue 11

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

Shades of Baker's Chocolate #57290B

Tints of Baker's Chocolate #57290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

 BLUE value IS 11 (4.69% from 255) = 7.91%

R = 62.59%
G = 29.5%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57290B (or 0x57290B) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 0B. RGB value is (87,41,11). Sum of RGB (Red+Green+Blue) = 87+41+11=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57290B is #A8D6F4. Grayscale: #333333. Windows color (decimal): -11065077 or 731479. OLE color: 731479.

HSL color Cylindrical-coordinate representation of color #57290B: hue angle of 23.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57290B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 11 -
CMYK 0 0.53 0.87 0.66
HSL 23.68º 0.78% 0.19% -
HSV(B) 23.68º 0.87% 0.34% -
XYZ 4.78 3.64 0.77 -
YUV 51.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 87 41 11 0 0.53 0.87 0.66 23.68 0.78 0.19
Hex 57 29 B 0 35 57 42 18 4E 13
Octal 127 51 13 0 65 127 102 30 116 23
Binary 1010111 101001 1011 0 110101 1010111 1000010 11000 1001110 10011

Color Harmonies of #57290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57290B

Black with #57290B

Text Example


Text Example

White with #57290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57290B; }

 p { color: rgb(87,41,11); }

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

background-color css

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

 a { background-color: rgb(87,41,11); }

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

border-color css

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

 span { border-color: rgb(87,41,11); }

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