#553D00

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

Shades of Baker's Chocolate #553D00

Tints of Baker's Chocolate #553D00

Color information

#553D00 (or 0x553D00) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 3D and 00. RGB value is (85,61,0). Sum of RGB (Red+Green+Blue) = 85+61+0=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #553D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553D00 is #AAC2FF. Grayscale: #3D3D3D. Windows color (decimal): -11191040 or 15701. OLE color: 15701.

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

Color convert

RGB85610-
CMYK00.2810.67
HSL43.06º100%16.67%-
HSV(B)43.06º100%33.33%-
XYZ5.425.270.73-
YUV61.2293.45144.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 61 (24.22% from 255) = 41.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.22%
G=41.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561000.2810.6743.0610016.67
Hex553D001C64432b6411
Octal1257500341441035314421
Binary1010101111101001110011001001000011101011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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