#533307

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

Shades of Baker's Chocolate #533307

Tints of Baker's Chocolate #533307

Color information

#533307 (or 0x533307) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 07. RGB value is (83,51,7). Sum of RGB (Red+Green+Blue) = 83+51+7=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533307 is #ACCCF8. Grayscale: #373737. Windows color (decimal): -11324665 or 471891. OLE color: 471891.

HSL color Cylindrical-coordinate representation of color #533307: hue angle of 34.74º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533307 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83517-
CMYK00.390.920.67
HSL34.74º84.44%17.65%-
HSV(B)34.74º91.57%32.55%-
XYZ4.794.220.76-
YUV55.55100.6147.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=58.87%
G=36.17%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351700.390.920.6734.7484.4417.65
Hex533370275C43235412
Octal1236370471341034312422
Binary1010011110011111010011110111001000011100011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533307; }

 p { color: rgb(83,51,7); }

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

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

 a { background-color: rgb(83,51,7); }

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

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

 span { border-color: rgb(83,51,7); }

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