#552405

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

Shades of Baker's Chocolate #552405

Tints of Baker's Chocolate #552405

Color information

#552405 (or 0x552405) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 24 and 05. RGB value is (85,36,5). Sum of RGB (Red+Green+Blue) = 85+36+5=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #552405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552405 is #AADBFA. Grayscale: #2F2F2F. Windows color (decimal): -11197435 or 336981. OLE color: 336981.

HSL color Cylindrical-coordinate representation of color #552405: hue angle of 23.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 #552405 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB85365-
CMYK00.580.940.67
HSL23.25º88.89%17.65%-
HSV(B)23.25º94.12%33.33%-
XYZ4.43.20.53-
YUV47.12104.23155.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=67.46%
G=28.57%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8536500.580.940.6723.2588.8917.65
Hex5524503A5E43175912
Octal1254450721361032713122
Binary101010110010010101110101011110100001110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552405; }

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

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

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

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

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

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

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

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