Html Css Color HEX #57290F Baker's Chocolate

📋 copy color: '#57290F'

red 87 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #57290F

Tints of Baker's Chocolate #57290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 60.84%
G = 28.67%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57290F (or 0x57290F) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 0F. RGB value is (87,41,15). Sum of RGB (Red+Green+Blue) = 87+41+15=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #57290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57290F is #A8D6F0. Grayscale: #333333. Windows color (decimal): -11065073 or 993623. OLE color: 993623.

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

Color convert

RGB 87 41 15 -
CMYK 0 0.53 0.83 0.66
HSL 21.67º 0.71% 0.2% -
HSV(B) 21.67º 0.83% 0.34% -
XYZ 4.81 3.65 0.9 -
YUV 51.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 87 41 15 0 0.53 0.83 0.66 21.67 0.71 0.2
Hex 57 29 F 0 35 53 42 16 47 14
Octal 127 51 17 0 65 123 102 26 107 24
Binary 1010111 101001 1111 0 110101 1010011 1000010 10110 1000111 10100

Color Harmonies of #57290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57290F

Black with #57290F

Text Example


Text Example

White with #57290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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