#53330E

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

Shades of Baker's Chocolate #53330E

Tints of Baker's Chocolate #53330E

Color information

#53330E (or 0x53330E) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 0E. RGB value is (83,51,14). Sum of RGB (Red+Green+Blue) = 83+51+14=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53330E is #ACCCF1. Grayscale: #383838. Windows color (decimal): -11324658 or 930643. OLE color: 930643.

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

Color convert

RGB835114-
CMYK00.390.830.67
HSL32.17º71.13%19.02%-
HSV(B)32.17º83.13%32.55%-
XYZ4.834.240.98-
YUV56.35104.1147.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 14 (5.86% from 255) = 9.46%
R=56.08%
G=34.46%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83511400.390.830.6732.1771.1319.02
Hex5333E0275343204713
Octal12363160471231034010723
Binary10100111100111110010011110100111000011100000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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