#533003

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

Shades of Baker's Chocolate #533003

Tints of Baker's Chocolate #533003

Color information

#533003 (or 0x533003) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 30 and 03. RGB value is (83,48,3). Sum of RGB (Red+Green+Blue) = 83+48+3=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #533003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533003 is #ACCFFC. Grayscale: #353535. Windows color (decimal): -11325437 or 208979. OLE color: 208979.

HSL color Cylindrical-coordinate representation of color #533003: hue angle of 33.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 #533003 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB83483-
CMYK00.420.960.67
HSL33.75º93.02%16.86%-
HSV(B)33.75º96.39%32.55%-
XYZ4.643.960.61-
YUV53.3399.6149.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=61.94%
G=35.82%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8348300.420.960.6733.7593.0216.86
Hex5330302A6043225d11
Octal1236030521401034213521
Binary101001111000011010101011000001000011100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533003; }

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

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

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

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

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

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

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

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