#552302

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

Shades of Baker's Chocolate #552302

Tints of Baker's Chocolate #552302

Color information

#552302 (or 0x552302) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 23 and 02. RGB value is (85,35,2). Sum of RGB (Red+Green+Blue) = 85+35+2=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #552302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552302 is #AADCFD. Grayscale: #2E2E2E. Windows color (decimal): -11197694 or 140117. OLE color: 140117.

HSL color Cylindrical-coordinate representation of color #552302: hue angle of 23.86º 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 #552302 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB85352-
CMYK00.590.980.67
HSL23.86º95.4%17.06%-
HSV(B)23.86º97.65%33.33%-
XYZ4.363.140.43-
YUV46.19103.06155.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=69.67%
G=28.69%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8535200.590.980.6723.8695.417.06
Hex5523203B6243185f11
Octal1254320731421033013721
Binary10101011000111001110111100010100001111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552302; }

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

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

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

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

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

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

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

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