Html Css Color HEX #4F4745 Crater Brown

📋 copy color: '#4F4745'

red 79 ◦ green 71 ◦ blue 69

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

Shades of Crater Brown #4F4745

Tints of Crater Brown #4F4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 36.07%
G = 32.42%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4F4745 (or 0x4F4745) is known color: Crater Brown. HEX triplet: 4F, 47 and 45. RGB value is (79,71,69). Sum of RGB (Red+Green+Blue) = 79+71+69=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4745 is #B0B8BA. Grayscale: #494949. Windows color (decimal): -11581627 or 4540239. OLE color: 4540239.

HSL color Cylindrical-coordinate representation of color #4F4745: hue angle of 12º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F4745 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 71 69 -
CMYK 0 0.10 0.13 0.69
HSL 12º 0.07% 0.29% -
HSV(B) 12º 0.13% 0.31% -
XYZ 6.55 6.6 6.56 -
YUV 73.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 79 71 69 0 0.10 0.13 0.69 12 0.07 0.29
Hex 4F 47 45 0 A D 45 C 7 1D
Octal 117 107 105 0 12 15 105 14 7 35
Binary 1001111 1000111 1000101 0 1010 1101 1000101 1100 111 11101

Color Harmonies of #4F4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4745

Black with #4F4745

Text Example


Text Example

White with #4F4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,71,69); }

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

background-color css

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

 a { background-color: rgb(79,71,69); }

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

border-color css

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

 span { border-color: rgb(79,71,69); }

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