#533200

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

Shades of Baker's Chocolate #533200

Tints of Baker's Chocolate #533200

Color information

#533200 (or 0x533200) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 32 and 00. RGB value is (83,50,0). Sum of RGB (Red+Green+Blue) = 83+50+0=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #533200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533200 is #ACCDFF. Grayscale: #363636. Windows color (decimal): -11324928 or 12883. OLE color: 12883.

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

Color convert

RGB83500-
CMYK00.4010.67
HSL36.14º100%16.27%-
HSV(B)36.14º100%32.55%-
XYZ4.714.120.55-
YUV54.1797.43148.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.41%
G=37.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8350000.4010.6736.1410016.27
Hex533200286443246410
Octal1236200501441034414420
Binary10100111100100010100011001001000011100100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533200; }

 p { color: rgb(83,50,0); }

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

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

 a { background-color: rgb(83,50,0); }

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

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

 span { border-color: rgb(83,50,0); }

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