Html Css Color HEX #4F1502 Brown Pod

📋 copy color: '#4F1502'

red 79 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #4F1502

Tints of Brown Pod #4F1502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.96%

R = 77.45%
G = 20.59%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F1502 (or 0x4F1502) is known color: Brown Pod. HEX triplet: 4F, 15 and 02. RGB value is (79,21,2). Sum of RGB (Red+Green+Blue) = 79+21+2=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1502 is #B0EAFD. Grayscale: #242424. Windows color (decimal): -11594494 or 136527. OLE color: 136527.

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

Color convert

RGB 79 21 2 -
CMYK 0 0.73 0.97 0.69
HSL 14.81º 0.95% 0.16% -
HSV(B) 14.81º 0.97% 0.31% -
XYZ 3.5 2.2 0.3 -
YUV 36.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 79 21 2 0 0.73 0.97 0.69 14.81 0.95 0.16
Hex 4F 15 2 0 49 61 45 F 5F 10
Octal 117 25 2 0 111 141 105 17 137 20
Binary 1001111 10101 10 0 1001001 1100001 1000101 1111 1011111 10000

Color Harmonies of #4F1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1502

Black with #4F1502

Text Example


Text Example

White with #4F1502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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