Html Css Color HEX #57360F Baker's Chocolate

📋 copy color: '#57360F'

red 87 ◦ green 54 ◦ blue 15

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

Shades of Baker's Chocolate #57360F

Tints of Baker's Chocolate #57360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

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

R = 55.77%
G = 34.62%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57360F (or 0x57360F) is known color: Baker's Chocolate. HEX triplet: 57, 36 and 0F. RGB value is (87,54,15). Sum of RGB (Red+Green+Blue) = 87+54+15=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #57360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57360F is #A8C9F0. Grayscale: #3B3B3B. Windows color (decimal): -11061745 or 996951. OLE color: 996951.

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

Color convert

RGB 87 54 15 -
CMYK 0 0.38 0.83 0.66
HSL 32.5º 0.71% 0.2% -
HSV(B) 32.5º 0.83% 0.34% -
XYZ 5.34 4.7 1.08 -
YUV 59.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 87 54 15 0 0.38 0.83 0.66 32.5 0.71 0.2
Hex 57 36 F 0 26 53 42 20 47 14
Octal 127 66 17 0 46 123 102 40 107 24
Binary 1010111 110110 1111 0 100110 1010011 1000010 100000 1000111 10100

Color Harmonies of #57360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57360F

Black with #57360F

Text Example


Text Example

White with #57360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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