#533005

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

Shades of Baker's Chocolate #533005

Tints of Baker's Chocolate #533005

Color information

#533005 (or 0x533005) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 30 and 05. RGB value is (83,48,5). Sum of RGB (Red+Green+Blue) = 83+48+5=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533005 is #ACCFFA. Grayscale: #353535. Windows color (decimal): -11325435 or 340051. OLE color: 340051.

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

Color convert

RGB83485-
CMYK00.420.940.67
HSL33.08º88.64%17.25%-
HSV(B)33.08º93.98%32.55%-
XYZ4.653.960.66-
YUV53.56100.6149-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=61.03%
G=35.29%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8348500.420.940.6733.0888.6417.25
Hex5330502A5E43215911
Octal1236050521361034113121
Binary1010011110000101010101010111101000011100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533005; }

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

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

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

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

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

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

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

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