Html Css Color HEX #493E3D Crater Brown

📋 copy color: '#493E3D'

red 73 ◦ green 62 ◦ blue 61

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

Shades of Crater Brown #493E3D

Tints of Crater Brown #493E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.63%

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 37.24%
G = 31.63%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#493E3D (or 0x493E3D) is known color: Crater Brown. HEX triplet: 49, 3E and 3D. RGB value is (73,62,61). Sum of RGB (Red+Green+Blue) = 73+62+61=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E3D is #B6C1C2. Grayscale: #414141. Windows color (decimal): -11977155 or 4013641. OLE color: 4013641.

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

Color convert

RGB 73 62 61 -
CMYK 0 0.15 0.16 0.71
HSL 0.09% 0.26% -
HSV(B) 0.16% 0.29% -
XYZ 5.31 5.2 5.14 -
YUV 65.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 73 62 61 0 0.15 0.16 0.71 5 0.09 0.26
Hex 49 3E 3D 0 F 10 47 5 9 1A
Octal 111 76 75 0 17 20 107 5 11 32
Binary 1001001 111110 111101 0 1111 10000 1000111 101 1001 11010

Color Harmonies of #493E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E3D

Black with #493E3D

Text Example


Text Example

White with #493E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,61); }

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

background-color css

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

 a { background-color: rgb(73,62,61); }

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

border-color css

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

 span { border-color: rgb(73,62,61); }

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