Html Css Color HEX #57320F Baker's Chocolate

📋 copy color: '#57320F'

red 87 ◦ green 50 ◦ blue 15

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

Shades of Baker's Chocolate #57320F

Tints of Baker's Chocolate #57320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 57.24%
G = 32.89%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57320F (or 0x57320F) is known color: Baker's Chocolate. HEX triplet: 57, 32 and 0F. RGB value is (87,50,15). Sum of RGB (Red+Green+Blue) = 87+50+15=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57320F is #A8CDF0. Grayscale: #393939. Windows color (decimal): -11062769 or 995927. OLE color: 995927.

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

Color convert

RGB 87 50 15 -
CMYK 0 0.43 0.83 0.66
HSL 29.17º 0.71% 0.2% -
HSV(B) 29.17º 0.83% 0.34% -
XYZ 5.16 4.34 1.02 -
YUV 57.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 87 50 15 0 0.43 0.83 0.66 29.17 0.71 0.2
Hex 57 32 F 0 2B 53 42 1D 47 14
Octal 127 62 17 0 53 123 102 35 107 24
Binary 1010111 110010 1111 0 101011 1010011 1000010 11101 1000111 10100

Color Harmonies of #57320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57320F

Black with #57320F

Text Example


Text Example

White with #57320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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