#553504

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

Shades of Baker's Chocolate #553504

Tints of Baker's Chocolate #553504

Color information

#553504 (or 0x553504) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 35 and 04. RGB value is (85,53,4). Sum of RGB (Red+Green+Blue) = 85+53+4=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553504 is #AACAFB. Grayscale: #393939. Windows color (decimal): -11193084 or 275797. OLE color: 275797.

HSL color Cylindrical-coordinate representation of color #553504: hue angle of 36.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #553504 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB85534-
CMYK00.380.950.67
HSL36.3º91.01%17.45%-
HSV(B)36.3º95.29%33.33%-
XYZ5.044.490.72-
YUV56.9898.1147.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=59.86%
G=37.32%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8553400.380.950.6736.391.0117.45
Hex553540265F43245b11
Octal1256540461371034413321
Binary1010101110101100010011010111111000011100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553504; }

 p { color: rgb(85,53,4); }

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

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

 a { background-color: rgb(85,53,4); }

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

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

 span { border-color: rgb(85,53,4); }

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