Html Css Color HEX #4F4340 Crater Brown

📋 copy color: '#4F4340'

red 79 ◦ green 67 ◦ blue 64

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

Shades of Crater Brown #4F4340

Tints of Crater Brown #4F4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 37.62%
G = 31.9%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4F4340 (or 0x4F4340) is known color: Crater Brown. HEX triplet: 4F, 43 and 40. RGB value is (79,67,64). Sum of RGB (Red+Green+Blue) = 79+67+64=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4340 is #B0BCBF. Grayscale: #464646. Windows color (decimal): -11582656 or 4211535. OLE color: 4211535.

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

Color convert

RGB 79 67 64 -
CMYK 0 0.15 0.19 0.69
HSL 12º 0.1% 0.28% -
HSV(B) 12º 0.19% 0.31% -
XYZ 6.16 6.05 5.69 -
YUV 70.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 79 67 64 0 0.15 0.19 0.69 12 0.1 0.28
Hex 4F 43 40 0 F 13 45 C A 1C
Octal 117 103 100 0 17 23 105 14 12 34
Binary 1001111 1000011 1000000 0 1111 10011 1000101 1100 1010 11100

Color Harmonies of #4F4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4340

Black with #4F4340

Text Example


Text Example

White with #4F4340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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