#553001

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

Shades of Baker's Chocolate #553001

Tints of Baker's Chocolate #553001

Color information

#553001 (or 0x553001) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 30 and 01. RGB value is (85,48,1). Sum of RGB (Red+Green+Blue) = 85+48+1=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #553001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553001 is #AACFFE. Grayscale: #353535. Windows color (decimal): -11194367 or 77909. OLE color: 77909.

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

Color convert

RGB85481-
CMYK00.440.990.67
HSL33.57º97.67%16.86%-
HSV(B)33.57º98.82%33.33%-
XYZ4.814.050.56-
YUV53.798.26150.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=63.43%
G=35.82%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8548100.440.990.6733.5797.6716.86
Hex5530102C6343226211
Octal1256010541431034214221
Binary10101011100001010110011000111000011100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553001; }

 p { color: rgb(85,48,1); }

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

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

 a { background-color: rgb(85,48,1); }

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

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

 span { border-color: rgb(85,48,1); }

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