#533310

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

Shades of Baker's Chocolate #533310

Tints of Baker's Chocolate #533310

Color information

#533310 (or 0x533310) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 10. RGB value is (83,51,16). Sum of RGB (Red+Green+Blue) = 83+51+16=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533310 is #ACCCEF. Grayscale: #383838. Windows color (decimal): -11324656 or 1061715. OLE color: 1061715.

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

Color convert

RGB835116-
CMYK00.390.810.67
HSL31.34º67.68%19.41%-
HSV(B)31.34º80.72%32.55%-
XYZ4.844.241.05-
YUV56.58105.1146.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=55.33%
G=34%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83511600.390.810.6731.3467.6819.41
Hex53331002751431f4413
Octal12363200471211033710423
Binary10100111100111000001001111010001100001111111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533310; }

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

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

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

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

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

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

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

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