#533803

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

Shades of Baker's Chocolate #533803

Tints of Baker's Chocolate #533803

Color information

#533803 (or 0x533803) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 03. RGB value is (83,56,3). Sum of RGB (Red+Green+Blue) = 83+56+3=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533803 is #ACC7FC. Grayscale: #3A3A3A. Windows color (decimal): -11323389 or 211027. OLE color: 211027.

HSL color Cylindrical-coordinate representation of color #533803: hue angle of 39.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #533803 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB83563-
CMYK00.330.960.67
HSL39.75º93.02%16.86%-
HSV(B)39.75º96.39%32.55%-
XYZ54.670.72-
YUV58.0396.95145.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=58.45%
G=39.44%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356300.330.960.6739.7593.0216.86
Hex533830216043285d11
Octal1237030411401035013521
Binary101001111100011010000111000001000011101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533803; }

 p { color: rgb(83,56,3); }

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

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

 a { background-color: rgb(83,56,3); }

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

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

 span { border-color: rgb(83,56,3); }

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