#553D01

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

Shades of Baker's Chocolate #553D01

Tints of Baker's Chocolate #553D01

Color information

#553D01 (or 0x553D01) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3D and 01. RGB value is (85,61,1). Sum of RGB (Red+Green+Blue) = 85+61+1=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #553D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D01 is #AAC2FE. Grayscale: #3D3D3D. Windows color (decimal): -11191039 or 81237. OLE color: 81237.

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

Color convert

RGB85611-
CMYK00.280.990.67
HSL42.86º97.67%16.86%-
HSV(B)42.86º98.82%33.33%-
XYZ5.425.270.76-
YUV61.3493.95144.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 61 (24.22% from 255) = 41.50%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=57.82%
G=41.50%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561100.280.990.6742.8697.6716.86
Hex553D101C63432b6211
Octal1257510341431035314221
Binary1010101111101101110011000111000011101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553D01; }

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

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

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

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

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

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

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

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