Html Css Color HEX #57330C Baker's Chocolate

📋 copy color: '#57330C'

red 87 ◦ green 51 ◦ blue 12

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

Shades of Baker's Chocolate #57330C

Tints of Baker's Chocolate #57330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34%

 BLUE value IS 12 (5.08% from 255) = 8%

R = 58%
G = 34%
B = 8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57330C (or 0x57330C) is known color: Baker's Chocolate. HEX triplet: 57, 33 and 0C. RGB value is (87,51,12). Sum of RGB (Red+Green+Blue) = 87+51+12=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #57330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57330C is #A8CCF3. Grayscale: #393939. Windows color (decimal): -11062516 or 799575. OLE color: 799575.

HSL color Cylindrical-coordinate representation of color #57330C: hue angle of 31.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #57330C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 12 -
CMYK 0 0.41 0.86 0.66
HSL 31.2º 0.76% 0.19% -
HSV(B) 31.2º 0.86% 0.34% -
XYZ 5.18 4.42 0.93 -
YUV 57.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 87 51 12 0 0.41 0.86 0.66 31.2 0.76 0.19
Hex 57 33 C 0 29 56 42 1F 4C 13
Octal 127 63 14 0 51 126 102 37 114 23
Binary 1010111 110011 1100 0 101001 1010110 1000010 11111 1001100 10011

Color Harmonies of #57330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57330C

Black with #57330C

Text Example


Text Example

White with #57330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57330C; }

 p { color: rgb(87,51,12); }

 H1.HeaderClassName
 {
   color: #57330C;
 }
 .AnyTagClassName
 {
   color: #57330C;
 }
</style>

background-color css

<style>
 a { background-color: #57330C; }

 a { background-color: rgb(87,51,12); }

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

border-color css

<style>
 span { border-color: #57330C; }

 span { border-color: rgb(87,51,12); }

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