Html Css Color HEX #49413F Crater Brown

📋 copy color: '#49413F'

red 73 ◦ green 65 ◦ blue 63

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

Shades of Crater Brown #49413F

Tints of Crater Brown #49413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 36.32%
G = 32.34%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#49413F (or 0x49413F) is known color: Crater Brown. HEX triplet: 49, 41 and 3F. RGB value is (73,65,63). Sum of RGB (Red+Green+Blue) = 73+65+63=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #49413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49413F is #B6BEC0. Grayscale: #434343. Windows color (decimal): -11976385 or 4145481. OLE color: 4145481.

HSL color Cylindrical-coordinate representation of color #49413F: hue angle of 12º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49413F is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 65 63 -
CMYK 0 0.11 0.14 0.71
HSL 12º 0.07% 0.27% -
HSV(B) 12º 0.14% 0.29% -
XYZ 5.54 5.56 5.48 -
YUV 67.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 73 65 63 0 0.11 0.14 0.71 12 0.07 0.27
Hex 49 41 3F 0 B E 47 C 7 1B
Octal 111 101 77 0 13 16 107 14 7 33
Binary 1001001 1000001 111111 0 1011 1110 1000111 1100 111 11011

Color Harmonies of #49413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49413F

Black with #49413F

Text Example


Text Example

White with #49413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49413F; }

 p { color: rgb(73,65,63); }

 H1.HeaderClassName
 {
   color: #49413F;
 }
 .AnyTagClassName
 {
   color: #49413F;
 }
</style>

background-color css

<style>
 a { background-color: #49413F; }

 a { background-color: rgb(73,65,63); }

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

border-color css

<style>
 span { border-color: #49413F; }

 span { border-color: rgb(73,65,63); }

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