#55413E

Color #55413E Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #55413E

Tints of Crater Brown #55413E

Color information

#55413E (or 0x55413E) is unknown color: approx Crater Brown. HEX triplet: 55, 41 and 3E. RGB value is (85,65,62). Sum of RGB (Red+Green+Blue) = 85+65+62=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55413E is #AABEC1. Grayscale: #464646. Windows color (decimal): -11189954 or 4079957. OLE color: 4079957.

HSL color Cylindrical-coordinate representation of color #55413E: hue angle of 7.83º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55413E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB856562-
CMYK00.240.270.67
HSL7.83º15.65%28.82%-
HSV(B)7.83º27.06%33.33%-
XYZ6.516.065.38-
YUV70.64123.13138.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=40.09%
G=30.66%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85656200.240.270.677.8315.6528.82
Hex55413E0181B438101d
Octal1251017603033103102035
Binary1010101100000111111001100011011100001110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55413E; }

 p { color: rgb(85,65,62); }

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

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

 a { background-color: rgb(85,65,62); }

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

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

 span { border-color: rgb(85,65,62); }

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