#5A423D

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

Shades of Crater Brown #5A423D

Tints of Crater Brown #5A423D

Color information

#5A423D (or 0x5A423D) is unknown color: approx Crater Brown. HEX triplet: 5A, 42 and 3D. RGB value is (90,66,61). Sum of RGB (Red+Green+Blue) = 90+66+61=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A423D is #A5BDC2. Grayscale: #484848. Windows color (decimal): -10862019 or 4014682. OLE color: 4014682.

HSL color Cylindrical-coordinate representation of color #5A423D: hue angle of 10.34º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A423D is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB906661-
CMYK00.270.320.65
HSL10.34º19.21%29.61%-
HSV(B)10.34º32.22%35.29%-
XYZ7.016.415.28-
YUV72.61121.45140.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=41.47%
G=30.41%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90666100.270.320.6510.3419.2129.61
Hex5A423D01B2041a131e
Octal1321027503340101122336
Binary10110101000010111101011011100000100000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A423D; }

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

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

<style>
 a { background-color: #5A423D; }

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

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

<style>
 span { border-color: #5A423D; }

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

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