#533911

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

Shades of Baker's Chocolate #533911

Tints of Baker's Chocolate #533911

Color information

#533911 (or 0x533911) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 39 and 11. RGB value is (83,57,17). Sum of RGB (Red+Green+Blue) = 83+57+17=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533911 is #ACC6EE. Grayscale: #3C3C3C. Windows color (decimal): -11323119 or 1128787. OLE color: 1128787.

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

Color convert

RGB835717-
CMYK00.310.800.67
HSL36.36º66%19.61%-
HSV(B)36.36º79.52%32.55%-
XYZ5.134.811.19-
YUV60.21103.61144.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=52.87%
G=36.31%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83571700.310.800.6736.366619.61
Hex53391101F5043244214
Octal12371210371201034410224
Binary10100111110011000101111110100001000011100100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533911; }

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

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

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

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

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

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

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

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