#553405

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

Shades of Baker's Chocolate #553405

Tints of Baker's Chocolate #553405

Color information

#553405 (or 0x553405) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 34 and 05. RGB value is (85,52,5). Sum of RGB (Red+Green+Blue) = 85+52+5=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #553405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553405 is #AACBFA. Grayscale: #383838. Windows color (decimal): -11193339 or 341077. OLE color: 341077.

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

Color convert

RGB85525-
CMYK00.390.940.67
HSL35.25º88.89%17.65%-
HSV(B)35.25º94.12%33.33%-
XYZ54.40.73-
YUV56.5198.93148.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=59.86%
G=36.62%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8552500.390.940.6735.2588.8917.65
Hex553450275E43235912
Octal1256450471361034313122
Binary1010101110100101010011110111101000011100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553405; }

 p { color: rgb(85,52,5); }

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

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

 a { background-color: rgb(85,52,5); }

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

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

 span { border-color: rgb(85,52,5); }

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