#53350E

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

Shades of Baker's Chocolate #53350E

Tints of Baker's Chocolate #53350E

Color information

#53350E (or 0x53350E) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 0E. RGB value is (83,53,14). Sum of RGB (Red+Green+Blue) = 83+53+14=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53350E is #ACCAF1. Grayscale: #393939. Windows color (decimal): -11324146 or 931155. OLE color: 931155.

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

Color convert

RGB835314-
CMYK00.360.830.67
HSL33.91º71.13%19.02%-
HSV(B)33.91º83.13%32.55%-
XYZ4.924.421.01-
YUV57.52103.44146.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=55.33%
G=35.33%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83531400.360.830.6733.9171.1319.02
Hex5335E0245343224713
Octal12365160441231034210723
Binary10100111101011110010010010100111000011100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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