Html Css Color HEX #57380F Baker's Chocolate

📋 copy color: '#57380F'

red 87 ◦ green 56 ◦ blue 15

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

Shades of Baker's Chocolate #57380F

Tints of Baker's Chocolate #57380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

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

R = 55.06%
G = 35.44%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57380F (or 0x57380F) is known color: Baker's Chocolate. HEX triplet: 57, 38 and 0F. RGB value is (87,56,15). Sum of RGB (Red+Green+Blue) = 87+56+15=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #57380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57380F is #A8C7F0. Grayscale: #3C3C3C. Windows color (decimal): -11061233 or 997463. OLE color: 997463.

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

Color convert

RGB 87 56 15 -
CMYK 0 0.36 0.83 0.66
HSL 34.17º 0.71% 0.2% -
HSV(B) 34.17º 0.83% 0.34% -
XYZ 5.43 4.89 1.11 -
YUV 60.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 87 56 15 0 0.36 0.83 0.66 34.17 0.71 0.2
Hex 57 38 F 0 24 53 42 22 47 14
Octal 127 70 17 0 44 123 102 42 107 24
Binary 1010111 111000 1111 0 100100 1010011 1000010 100010 1000111 10100

Color Harmonies of #57380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57380F

Black with #57380F

Text Example


Text Example

White with #57380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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