#533311

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

Shades of Baker's Chocolate #533311

Tints of Baker's Chocolate #533311

Color information

#533311 (or 0x533311) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 33 and 11. RGB value is (83,51,17). Sum of RGB (Red+Green+Blue) = 83+51+17=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533311 is #ACCCEE. Grayscale: #383838. Windows color (decimal): -11324655 or 1127251. OLE color: 1127251.

HSL color Cylindrical-coordinate representation of color #533311: hue angle of 30.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533311 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB835117-
CMYK00.390.800.67
HSL30.91º66%19.61%-
HSV(B)30.91º79.52%32.55%-
XYZ4.854.251.09-
YUV56.69105.6146.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=54.97%
G=33.77%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83511700.390.800.6730.916619.61
Hex53331102750431f4214
Octal12363210471201033710224
Binary10100111100111000101001111010000100001111111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533311; }

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

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

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

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

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

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

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

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