Html Css Color HEX #57390F Baker's Chocolate

📋 copy color: '#57390F'

red 87 ◦ green 57 ◦ blue 15

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

Shades of Baker's Chocolate #57390F

Tints of Baker's Chocolate #57390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 54.72%
G = 35.85%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57390F (or 0x57390F) is known color: Baker's Chocolate. HEX triplet: 57, 39 and 0F. RGB value is (87,57,15). Sum of RGB (Red+Green+Blue) = 87+57+15=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #57390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57390F is #A8C6F0. Grayscale: #3D3D3D. Windows color (decimal): -11060977 or 997719. OLE color: 997719.

HSL color Cylindrical-coordinate representation of color #57390F: hue angle of 35º 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 #57390F is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 57 15 -
CMYK 0 0.34 0.83 0.66
HSL 35º 0.71% 0.2% -
HSV(B) 35º 0.83% 0.34% -
XYZ 5.48 4.99 1.13 -
YUV 61.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 87 57 15 0 0.34 0.83 0.66 35 0.71 0.2
Hex 57 39 F 0 22 53 42 23 47 14
Octal 127 71 17 0 42 123 102 43 107 24
Binary 1010111 111001 1111 0 100010 1010011 1000010 100011 1000111 10100

Color Harmonies of #57390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57390F

Black with #57390F

Text Example


Text Example

White with #57390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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