#55403D

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

Shades of Crater Brown #55403D

Tints of Crater Brown #55403D

Color information

#55403D (or 0x55403D) is unknown color: approx Crater Brown. HEX triplet: 55, 40 and 3D. RGB value is (85,64,61). Sum of RGB (Red+Green+Blue) = 85+64+61=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403D is #AABFC2. Grayscale: #454545. Windows color (decimal): -11190211 or 4014165. OLE color: 4014165.

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

Color convert

RGB856461-
CMYK00.250.280.67
HSL7.5º16.44%28.63%-
HSV(B)7.5º28.24%33.33%-
XYZ6.425.945.22-
YUV69.94122.96138.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=40.48%
G=30.48%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85646100.250.280.677.516.4428.63
Hex55403D0191C438101d
Octal1251007503134103102035
Binary1010101100000011110101100111100100001110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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