#55423E

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

Shades of Crater Brown #55423E

Tints of Crater Brown #55423E

Color information

#55423E (or 0x55423E) is unknown color: approx Crater Brown. HEX triplet: 55, 42 and 3E. RGB value is (85,66,62). Sum of RGB (Red+Green+Blue) = 85+66+62=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423E is #AABDC1. Grayscale: #474747. Windows color (decimal): -11189698 or 4080213. OLE color: 4080213.

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

Color convert

RGB856662-
CMYK00.220.270.67
HSL10.43º15.65%28.82%-
HSV(B)10.43º27.06%33.33%-
XYZ6.566.185.4-
YUV71.22122.79137.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=39.91%
G=30.99%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85666200.220.270.6710.4315.6528.82
Hex55423E0161B43a101d
Octal1251027602633103122035
Binary1010101100001011111001011011011100001110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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