Html Css Color HEX #4F1504 Brown Pod

📋 copy color: '#4F1504'

red 79 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #4F1504

Tints of Brown Pod #4F1504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.19%

 BLUE value IS 4 (1.95% from 255) = 3.85%

R = 75.96%
G = 20.19%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#4F1504 (or 0x4F1504) is known color: Brown Pod. HEX triplet: 4F, 15 and 04. RGB value is (79,21,4). Sum of RGB (Red+Green+Blue) = 79+21+4=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1504 is #B0EAFB. Grayscale: #242424. Windows color (decimal): -11594492 or 267599. OLE color: 267599.

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

Color convert

RGB 79 21 4 -
CMYK 0 0.73 0.95 0.69
HSL 13.6º 0.9% 0.16% -
HSV(B) 13.6º 0.95% 0.31% -
XYZ 3.51 2.21 0.36 -
YUV 36.4 109.72 158.38 -
System Red Green Blue C M Y K H S L
Decimal 79 21 4 0 0.73 0.95 0.69 13.6 0.9 0.16
Hex 4F 15 4 0 49 5F 45 E 5A 10
Octal 117 25 4 0 111 137 105 16 132 20
Binary 1001111 10101 100 0 1001001 1011111 1000101 1110 1011010 10000

Color Harmonies of #4F1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1504

Black with #4F1504

Text Example


Text Example

White with #4F1504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,21,4); }

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

background-color css

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

 a { background-color: rgb(79,21,4); }

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

border-color css

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

 span { border-color: rgb(79,21,4); }

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