#55423D

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

Shades of Crater Brown #55423D

Tints of Crater Brown #55423D

Color information

#55423D (or 0x55423D) is unknown color: approx Crater Brown. HEX triplet: 55, 42 and 3D. RGB value is (85,66,61). Sum of RGB (Red+Green+Blue) = 85+66+61=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423D is #AABDC2. Grayscale: #474747. Windows color (decimal): -11189699 or 4014677. OLE color: 4014677.

HSL color Cylindrical-coordinate representation of color #55423D: hue angle of 12.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 #55423D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB856661-
CMYK00.220.280.67
HSL12.5º16.44%28.63%-
HSV(B)12.5º28.24%33.33%-
XYZ6.546.165.26-
YUV71.11122.29137.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=40.09%
G=31.13%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85666100.220.280.6712.516.4428.63
Hex55423D0161C43d101d
Octal1251027502634103152035
Binary1010101100001011110101011011100100001111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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