#53310E

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

Shades of Baker's Chocolate #53310E

Tints of Baker's Chocolate #53310E

Color information

#53310E (or 0x53310E) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 0E. RGB value is (83,49,14). Sum of RGB (Red+Green+Blue) = 83+49+14=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53310E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53310E is #ACCEF1. Grayscale: #373737. Windows color (decimal): -11325170 or 930131. OLE color: 930131.

HSL color Cylindrical-coordinate representation of color #53310E: hue angle of 30.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53310E is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB834914-
CMYK00.410.830.67
HSL30.43º71.13%19.02%-
HSV(B)30.43º83.13%32.55%-
XYZ4.744.070.95-
YUV55.18104.76147.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=56.85%
G=33.56%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83491400.410.830.6730.4371.1319.02
Hex5331E02953431e4713
Octal12361160511231033610723
Binary1010011110001111001010011010011100001111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53310E; }

 p { color: rgb(83,49,14); }

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

<style>
 a { background-color: #53310E; }

 a { background-color: rgb(83,49,14); }

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

<style>
 span { border-color: #53310E; }

 span { border-color: rgb(83,49,14); }

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