Html Css Color HEX #4F423E Crater Brown

📋 copy color: '#4F423E'

red 79 ◦ green 66 ◦ blue 62

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

Shades of Crater Brown #4F423E

Tints of Crater Brown #4F423E

RGB

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

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

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

R = 38.16%
G = 31.88%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4F423E (or 0x4F423E) is known color: Crater Brown. HEX triplet: 4F, 42 and 3E. RGB value is (79,66,62). Sum of RGB (Red+Green+Blue) = 79+66+62=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F423E is #B0BDC1. Grayscale: #454545. Windows color (decimal): -11582914 or 4080207. OLE color: 4080207.

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

Color convert

RGB 79 66 62 -
CMYK 0 0.16 0.22 0.69
HSL 14.12º 0.12% 0.28% -
HSV(B) 14.12º 0.22% 0.31% -
XYZ 6.04 5.91 5.38 -
YUV 69.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 79 66 62 0 0.16 0.22 0.69 14.12 0.12 0.28
Hex 4F 42 3E 0 10 16 45 E C 1C
Octal 117 102 76 0 20 26 105 16 14 34
Binary 1001111 1000010 111110 0 10000 10110 1000101 1110 1100 11100

Color Harmonies of #4F423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F423E

Black with #4F423E

Text Example


Text Example

White with #4F423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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