#552000

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

Shades of Baker's Chocolate #552000

Tints of Baker's Chocolate #552000

Color information

#552000 (or 0x552000) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 20 and 00. RGB value is (85,32,0). Sum of RGB (Red+Green+Blue) = 85+32+0=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #552000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552000 is #AADFFF. Grayscale: #2C2C2C. Windows color (decimal): -11198464 or 8277. OLE color: 8277.

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

Color convert

RGB85320-
CMYK00.6210.67
HSL22.59º100%16.67%-
HSV(B)22.59º100%33.33%-
XYZ4.262.960.35-
YUV44.2103.06157.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.65%
G=27.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8532000.6210.6722.5910016.67
Hex5520003E6443176411
Octal1254000761441032714421
Binary1010101100000001111101100100100001110111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552000; }

 p { color: rgb(85,32,0); }

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

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

 a { background-color: rgb(85,32,0); }

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

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

 span { border-color: rgb(85,32,0); }

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