Html Css Color HEX #4A2014 Brown Pod

📋 copy color: '#4A2014'

red 74 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #4A2014

Tints of Brown Pod #4A2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 58.73%
G = 25.4%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4A2014 (or 0x4A2014) is known color: Brown Pod. HEX triplet: 4A, 20 and 14. RGB value is (74,32,20). Sum of RGB (Red+Green+Blue) = 74+32+20=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2014 is #B5DFEB. Grayscale: #2B2B2B. Windows color (decimal): -11919340 or 1318986. OLE color: 1318986.

HSL color Cylindrical-coordinate representation of color #4A2014: hue angle of 13.33º 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 #4A2014 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 32 20 -
CMYK 0 0.57 0.73 0.71
HSL 13.33º 0.57% 0.18% -
HSV(B) 13.33º 0.73% 0.29% -
XYZ 3.47 2.54 0.97 -
YUV 43.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 74 32 20 0 0.57 0.73 0.71 13.33 0.57 0.18
Hex 4A 20 14 0 39 49 47 D 39 12
Octal 112 40 24 0 71 111 107 15 71 22
Binary 1001010 100000 10100 0 111001 1001001 1000111 1101 111001 10010

Color Harmonies of #4A2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2014

Black with #4A2014

Text Example


Text Example

White with #4A2014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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