Html Css Color HEX #4F1C05 Brown Pod

📋 copy color: '#4F1C05'

red 79 ◦ green 28 ◦ blue 5

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

Shades of Brown Pod #4F1C05

Tints of Brown Pod #4F1C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25%

 BLUE value IS 5 (2.34% from 255) = 4.46%

R = 70.54%
G = 25%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#4F1C05 (or 0x4F1C05) is known color: Brown Pod. HEX triplet: 4F, 1C and 05. RGB value is (79,28,5). Sum of RGB (Red+Green+Blue) = 79+28+5=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1C05 is #B0E3FA. Grayscale: #282828. Windows color (decimal): -11592699 or 334927. OLE color: 334927.

HSL color Cylindrical-coordinate representation of color #4F1C05: hue angle of 18.65º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F1C05 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 28 5 -
CMYK 0 0.65 0.94 0.69
HSL 18.65º 0.88% 0.16% -
HSV(B) 18.65º 0.94% 0.31% -
XYZ 3.67 2.5 0.43 -
YUV 40.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 79 28 5 0 0.65 0.94 0.69 18.65 0.88 0.16
Hex 4F 1C 5 0 41 5E 45 13 58 10
Octal 117 34 5 0 101 136 105 23 130 20
Binary 1001111 11100 101 0 1000001 1011110 1000101 10011 1011000 10000

Color Harmonies of #4F1C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1C05

Black with #4F1C05

Text Example


Text Example

White with #4F1C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,28,5); }

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

background-color css

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

 a { background-color: rgb(79,28,5); }

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

border-color css

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

 span { border-color: rgb(79,28,5); }

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