#55403E

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

Shades of Crater Brown #55403E

Tints of Crater Brown #55403E

Color information

#55403E (or 0x55403E) is unknown color: approx Crater Brown. HEX triplet: 55, 40 and 3E. RGB value is (85,64,62). Sum of RGB (Red+Green+Blue) = 85+64+62=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403E is #AABFC1. Grayscale: #464646. Windows color (decimal): -11190210 or 4079701. OLE color: 4079701.

HSL color Cylindrical-coordinate representation of color #55403E: hue angle of 5.22º 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 #55403E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB856462-
CMYK00.250.270.67
HSL5.22º15.65%28.82%-
HSV(B)5.22º27.06%33.33%-
XYZ6.455.955.37-
YUV70.05123.46138.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=40.28%
G=30.33%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646200.250.270.675.2215.6528.82
Hex55403E0191B435101d
Octal125100760313310352035
Binary101010110000001111100110011101110000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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