Html Css Color HEX #57290D Baker's Chocolate

📋 copy color: '#57290D'

red 87 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #57290D

Tints of Baker's Chocolate #57290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 61.7%
G = 29.08%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57290D (or 0x57290D) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 0D. RGB value is (87,41,13). Sum of RGB (Red+Green+Blue) = 87+41+13=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #57290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57290D is #A8D6F2. Grayscale: #333333. Windows color (decimal): -11065075 or 862551. OLE color: 862551.

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

Color convert

RGB 87 41 13 -
CMYK 0 0.53 0.85 0.66
HSL 22.7º 0.74% 0.2% -
HSV(B) 22.7º 0.85% 0.34% -
XYZ 4.8 3.64 0.83 -
YUV 51.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 87 41 13 0 0.53 0.85 0.66 22.7 0.74 0.2
Hex 57 29 D 0 35 55 42 17 4A 14
Octal 127 51 15 0 65 125 102 27 112 24
Binary 1010111 101001 1101 0 110101 1010101 1000010 10111 1001010 10100

Color Harmonies of #57290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57290D

Black with #57290D

Text Example


Text Example

White with #57290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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