Html Css Color HEX #4A1F14 Brown Pod

📋 copy color: '#4A1F14'

red 74 ◦ green 31 ◦ blue 20

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

Shades of Brown Pod #4A1F14

Tints of Brown Pod #4A1F14

RGB

 RED value IS 74 (29.3% from 255) = 59.2%

 GREEN value IS 31 (12.5% from 255) = 24.8%

 BLUE value IS 20 (8.2% from 255) = 16%

R = 59.2%
G = 24.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4A1F14 (or 0x4A1F14) is known color: Brown Pod. HEX triplet: 4A, 1F and 14. RGB value is (74,31,20). Sum of RGB (Red+Green+Blue) = 74+31+20=125 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.2% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1F14 is #B5E0EB. Grayscale: #2A2A2A. Windows color (decimal): -11919596 or 1318730. OLE color: 1318730.

HSL color Cylindrical-coordinate representation of color #4A1F14: hue angle of 12.22º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A1F14 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 31 20 -
CMYK 0 0.58 0.73 0.71
HSL 12.22º 0.57% 0.18% -
HSV(B) 12.22º 0.73% 0.29% -
XYZ 3.44 2.49 0.96 -
YUV 42.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 74 31 20 0 0.58 0.73 0.71 12.22 0.57 0.18
Hex 4A 1F 14 0 3A 49 47 C 39 12
Octal 112 37 24 0 72 111 107 14 71 22
Binary 1001010 11111 10100 0 111010 1001001 1000111 1100 111001 10010

Color Harmonies of #4A1F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F14

Black with #4A1F14

Text Example


Text Example

White with #4A1F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,31,20); }

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

background-color css

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

 a { background-color: rgb(74,31,20); }

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

border-color css

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

 span { border-color: rgb(74,31,20); }

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