#533109

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

Shades of Baker's Chocolate #533109

Tints of Baker's Chocolate #533109

Color information

#533109 (or 0x533109) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 31 and 09. RGB value is (83,49,9). Sum of RGB (Red+Green+Blue) = 83+49+9=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #533109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533109 is #ACCEF6. Grayscale: #363636. Windows color (decimal): -11325175 or 602451. OLE color: 602451.

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

Color convert

RGB83499-
CMYK00.410.890.67
HSL32.43º80.43%18.04%-
HSV(B)32.43º89.16%32.55%-
XYZ4.714.060.79-
YUV54.61102.26148.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=58.87%
G=34.75%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8349900.410.890.6732.4380.4318.04
Hex533190295943205012
Octal12361110511311034012022
Binary10100111100011001010100110110011000011100000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533109; }

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

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

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

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

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

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

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

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