#552802

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

Shades of Baker's Chocolate #552802

Tints of Baker's Chocolate #552802

Color information

#552802 (or 0x552802) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 28 and 02. RGB value is (85,40,2). Sum of RGB (Red+Green+Blue) = 85+40+2=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #552802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552802 is #AAD7FD. Grayscale: #313131. Windows color (decimal): -11196414 or 141397. OLE color: 141397.

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

Color convert

RGB85402-
CMYK00.530.980.67
HSL27.47º95.4%17.06%-
HSV(B)27.47º97.65%33.33%-
XYZ4.523.450.49-
YUV49.12101.41153.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=66.93%
G=31.50%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8540200.530.980.6727.4795.417.06
Hex5528203562431b5f11
Octal1255020651421033313721
Binary10101011010001001101011100010100001111011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552802; }

 p { color: rgb(85,40,2); }

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

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

 a { background-color: rgb(85,40,2); }

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

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

 span { border-color: rgb(85,40,2); }

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