#533111

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

Shades of Baker's Chocolate #533111

Tints of Baker's Chocolate #533111

Color information

#533111 (or 0x533111) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 11. RGB value is (83,49,17). Sum of RGB (Red+Green+Blue) = 83+49+17=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #533111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533111 is #ACCEEE. Grayscale: #373737. Windows color (decimal): -11325167 or 1126739. OLE color: 1126739.

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

Color convert

RGB834917-
CMYK00.410.800.67
HSL29.09º66%19.61%-
HSV(B)29.09º79.52%32.55%-
XYZ4.774.081.07-
YUV55.52106.26147.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=55.70%
G=32.89%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83491700.410.800.6729.096619.61
Hex53311102950431d4214
Octal12361210511201033510224
Binary10100111100011000101010011010000100001111101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533111; }

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

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

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

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

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

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

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

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