Html Css Color HEX #5A443F Crater Brown

📋 copy color: '#5A443F'

red 90 ◦ green 68 ◦ blue 63

#5A443F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #5A443F

Tints of Crater Brown #5A443F

RGB

 RED value IS 90 (35.55% from 255) = 40.72%

 GREEN value IS 68 (26.95% from 255) = 30.77%

 BLUE value IS 63 (25% from 255) = 28.51%

R = 40.72%
G = 30.77%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A443F (or 0x5A443F) is known color: Crater Brown. HEX triplet: 5A, 44 and 3F. RGB value is (90,68,63). Sum of RGB (Red+Green+Blue) = 90+68+63=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A443F is #A5BBC0. Grayscale: #4A4A4A. Windows color (decimal): -10861505 or 4146266. OLE color: 4146266.

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

Color convert

RGB 90 68 63 -
CMYK 0 0.24 0.30 0.65
HSL 11.11º 0.18% 0.3% -
HSV(B) 11.11º 0.3% 0.35% -
XYZ 7.18 6.67 5.61 -
YUV 74.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 90 68 63 0 0.24 0.30 0.65 11.11 0.18 0.3
Hex 5A 44 3F 0 18 1E 41 B 12 1E
Octal 132 104 77 0 30 36 101 13 22 36
Binary 1011010 1000100 111111 0 11000 11110 1000001 1011 10010 11110

Color Harmonies of #5A443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A443F

Black with #5A443F

Text Example


Text Example

White with #5A443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,68,63); }

 H1.HeaderClassName
 {
   color: #5A443F;
 }
 .AnyTagClassName
 {
   color: #5A443F;
 }
</style>

background-color css

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

 a { background-color: rgb(90,68,63); }

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

border-color css

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

 span { border-color: rgb(90,68,63); }

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