#533500

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

Shades of Baker's Chocolate #533500

Tints of Baker's Chocolate #533500

Color information

#533500 (or 0x533500) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 35 and 00. RGB value is (83,53,0). Sum of RGB (Red+Green+Blue) = 83+53+0=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533500 is #ACCAFF. Grayscale: #383838. Windows color (decimal): -11324160 or 13651. OLE color: 13651.

HSL color Cylindrical-coordinate representation of color #533500: hue angle of 38.31º 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 #533500 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83530-
CMYK00.3610.67
HSL38.31º100%16.27%-
HSV(B)38.31º100%32.55%-
XYZ4.844.390.59-
YUV55.9396.44147.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.03%
G=38.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353000.3610.6738.3110016.27
Hex533500246443266410
Octal1236500441441034614420
Binary10100111101010010010011001001000011100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533500; }

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

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

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

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

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

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

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

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