Html Css Color HEX #4F1202 Brown Pod

📋 copy color: '#4F1202'

red 79 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #4F1202

Tints of Brown Pod #4F1202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.18%

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

R = 79.8%
G = 18.18%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#4F1202 (or 0x4F1202) is known color: Brown Pod. HEX triplet: 4F, 12 and 02. RGB value is (79,18,2). Sum of RGB (Red+Green+Blue) = 79+18+2=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1202 is #B0EDFD. Grayscale: #222222. Windows color (decimal): -11595262 or 135759. OLE color: 135759.

HSL color Cylindrical-coordinate representation of color #4F1202: hue angle of 12.47º 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 #4F1202 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 18 2 -
CMYK 0 0.77 0.97 0.69
HSL 12.47º 0.95% 0.16% -
HSV(B) 12.47º 0.97% 0.31% -
XYZ 3.45 2.1 0.28 -
YUV 34.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 79 18 2 0 0.77 0.97 0.69 12.47 0.95 0.16
Hex 4F 12 2 0 4D 61 45 C 5F 10
Octal 117 22 2 0 115 141 105 14 137 20
Binary 1001111 10010 10 0 1001101 1100001 1000101 1100 1011111 10000

Color Harmonies of #4F1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1202

Black with #4F1202

Text Example


Text Example

White with #4F1202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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