#55330A

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

Shades of Baker's Chocolate #55330A

Tints of Baker's Chocolate #55330A

Color information

#55330A (or 0x55330A) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 33 and 0A. RGB value is (85,51,10). Sum of RGB (Red+Green+Blue) = 85+51+10=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55330A is #AACCF5. Grayscale: #383838. Windows color (decimal): -11193590 or 668501. OLE color: 668501.

HSL color Cylindrical-coordinate representation of color #55330A: hue angle of 32.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55330A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB855110-
CMYK00.400.880.67
HSL32.8º78.95%18.63%-
HSV(B)32.8º88.24%33.33%-
XYZ4.984.320.86-
YUV56.49101.76148.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=58.22%
G=34.93%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85511000.400.880.6732.878.9518.63
Hex5533A0285843214f13
Octal12563120501301034111723
Binary10101011100111010010100010110001000011100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55330A; }

 p { color: rgb(85,51,10); }

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

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

 a { background-color: rgb(85,51,10); }

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

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

 span { border-color: rgb(85,51,10); }

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