Html Css Color HEX #4F423F Crater Brown

📋 copy color: '#4F423F'

red 79 ◦ green 66 ◦ blue 63

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

Shades of Crater Brown #4F423F

Tints of Crater Brown #4F423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 37.98%
G = 31.73%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F423F (or 0x4F423F) is known color: Crater Brown. HEX triplet: 4F, 42 and 3F. RGB value is (79,66,63). Sum of RGB (Red+Green+Blue) = 79+66+63=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423F is #B0BDC0. Grayscale: #454545. Windows color (decimal): -11582913 or 4145743. OLE color: 4145743.

HSL color Cylindrical-coordinate representation of color #4F423F: hue angle of 11.25º 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 #4F423F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 66 63 -
CMYK 0 0.16 0.20 0.69
HSL 11.25º 0.11% 0.28% -
HSV(B) 11.25º 0.2% 0.31% -
XYZ 6.07 5.92 5.52 -
YUV 69.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 79 66 63 0 0.16 0.20 0.69 11.25 0.11 0.28
Hex 4F 42 3F 0 10 14 45 B B 1C
Octal 117 102 77 0 20 24 105 13 13 34
Binary 1001111 1000010 111111 0 10000 10100 1000101 1011 1011 11100

Color Harmonies of #4F423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F423F

Black with #4F423F

Text Example


Text Example

White with #4F423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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