Html Css Color HEX #4F403E Crater Brown

📋 copy color: '#4F403E'

red 79 ◦ green 64 ◦ blue 62

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

Shades of Crater Brown #4F403E

Tints of Crater Brown #4F403E

RGB

 RED value IS 79 (31.25% from 255) = 38.54%

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 62 (24.61% from 255) = 30.24%

R = 38.54%
G = 31.22%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4F403E (or 0x4F403E) is known color: Crater Brown. HEX triplet: 4F, 40 and 3E. RGB value is (79,64,62). Sum of RGB (Red+Green+Blue) = 79+64+62=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F403E is #B0BFC1. Grayscale: #444444. Windows color (decimal): -11583426 or 4079695. OLE color: 4079695.

HSL color Cylindrical-coordinate representation of color #4F403E: hue angle of 7.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F403E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 64 62 -
CMYK 0 0.19 0.22 0.69
HSL 7.06º 0.12% 0.28% -
HSV(B) 7.06º 0.22% 0.31% -
XYZ 5.93 5.68 5.34 -
YUV 68.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 79 64 62 0 0.19 0.22 0.69 7.06 0.12 0.28
Hex 4F 40 3E 0 13 16 45 7 C 1C
Octal 117 100 76 0 23 26 105 7 14 34
Binary 1001111 1000000 111110 0 10011 10110 1000101 111 1100 11100

Color Harmonies of #4F403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F403E

Black with #4F403E

Text Example


Text Example

White with #4F403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F403E; }

 p { color: rgb(79,64,62); }

 H1.HeaderClassName
 {
   color: #4F403E;
 }
 .AnyTagClassName
 {
   color: #4F403E;
 }
</style>

background-color css

<style>
 a { background-color: #4F403E; }

 a { background-color: rgb(79,64,62); }

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

border-color css

<style>
 span { border-color: #4F403E; }

 span { border-color: rgb(79,64,62); }

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