Html Css Color HEX #4F413F Crater Brown

📋 copy color: '#4F413F'

red 79 ◦ green 65 ◦ blue 63

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

Shades of Crater Brown #4F413F

Tints of Crater Brown #4F413F

RGB

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

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

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

R = 38.16%
G = 31.4%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F413F (or 0x4F413F) is known color: Crater Brown. HEX triplet: 4F, 41 and 3F. RGB value is (79,65,63). Sum of RGB (Red+Green+Blue) = 79+65+63=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F413F is #B0BEC0. Grayscale: #444444. Windows color (decimal): -11583169 or 4145487. OLE color: 4145487.

HSL color Cylindrical-coordinate representation of color #4F413F: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F413F is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 65 63 -
CMYK 0 0.18 0.20 0.69
HSL 7.5º 0.11% 0.28% -
HSV(B) 7.5º 0.2% 0.31% -
XYZ 6.01 5.8 5.51 -
YUV 68.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 79 65 63 0 0.18 0.20 0.69 7.5 0.11 0.28
Hex 4F 41 3F 0 12 14 45 8 B 1C
Octal 117 101 77 0 22 24 105 10 13 34
Binary 1001111 1000001 111111 0 10010 10100 1000101 1000 1011 11100

Color Harmonies of #4F413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F413F

Black with #4F413F

Text Example


Text Example

White with #4F413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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