#553901

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

Shades of Baker's Chocolate #553901

Tints of Baker's Chocolate #553901

Color information

#553901 (or 0x553901) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 39 and 01. RGB value is (85,57,1). Sum of RGB (Red+Green+Blue) = 85+57+1=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #553901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553901 is #AAC6FE. Grayscale: #3B3B3B. Windows color (decimal): -11192063 or 80213. OLE color: 80213.

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

Color convert

RGB85571-
CMYK00.330.990.67
HSL40º97.67%16.86%-
HSV(B)40º98.82%33.33%-
XYZ5.214.860.69-
YUV58.9995.28146.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=59.44%
G=39.86%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8557100.330.990.674097.6716.86
Hex553910216343286211
Octal1257110411431035014221
Binary10101011110011010000111000111000011101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553901; }

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

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

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

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

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

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

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

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