Html Css Color HEX #493C3A Crater Brown

📋 copy color: '#493C3A'

red 73 ◦ green 60 ◦ blue 58

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

Shades of Crater Brown #493C3A

Tints of Crater Brown #493C3A

RGB

 RED value IS 73 (28.91% from 255) = 38.22%

 GREEN value IS 60 (23.83% from 255) = 31.41%

 BLUE value IS 58 (23.05% from 255) = 30.37%

R = 38.22%
G = 31.41%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#493C3A (or 0x493C3A) is known color: Crater Brown. HEX triplet: 49, 3C and 3A. RGB value is (73,60,58). Sum of RGB (Red+Green+Blue) = 73+60+58=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C3A is #B6C3C5. Grayscale: #3F3F3F. Windows color (decimal): -11977670 or 3816521. OLE color: 3816521.

HSL color Cylindrical-coordinate representation of color #493C3A: hue angle of 8º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493C3A is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 60 58 -
CMYK 0 0.18 0.21 0.71
HSL 0.11% 0.26% -
HSV(B) 0.21% 0.29% -
XYZ 5.13 4.95 4.69 -
YUV 63.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 73 60 58 0 0.18 0.21 0.71 8 0.11 0.26
Hex 49 3C 3A 0 12 15 47 8 B 1A
Octal 111 74 72 0 22 25 107 10 13 32
Binary 1001001 111100 111010 0 10010 10101 1000111 1000 1011 11010

Color Harmonies of #493C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C3A

Black with #493C3A

Text Example


Text Example

White with #493C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C3A; }

 p { color: rgb(73,60,58); }

 H1.HeaderClassName
 {
   color: #493C3A;
 }
 .AnyTagClassName
 {
   color: #493C3A;
 }
</style>

background-color css

<style>
 a { background-color: #493C3A; }

 a { background-color: rgb(73,60,58); }

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

border-color css

<style>
 span { border-color: #493C3A; }

 span { border-color: rgb(73,60,58); }

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