#53370C

Color #53370C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #53370C

Tints of Baker's Chocolate #53370C

Color information

#53370C (or 0x53370C) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 37 and 0C. RGB value is (83,55,12). Sum of RGB (Red+Green+Blue) = 83+55+12=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53370C is #ACC8F3. Grayscale: #3A3A3A. Windows color (decimal): -11323636 or 800595. OLE color: 800595.

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

Color convert

RGB835512-
CMYK00.340.860.67
HSL36.34º74.74%18.63%-
HSV(B)36.34º85.54%32.55%-
XYZ54.60.97-
YUV58.47101.78145.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 12 (5.08% from 255) = 8%
R=55.33%
G=36.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83551200.340.860.6736.3474.7418.63
Hex5337C0225643244b13
Octal12367140421261034411323
Binary10100111101111100010001010101101000011100100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,55,12); }

 H1.HeaderClassName
 {
   color: #53370C;
 }
 .AnyTagClassName
 {
   color: #53370C;
 }
</style>
background-color css

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

 a { background-color: rgb(83,55,12); }

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

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

 span { border-color: rgb(83,55,12); }

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