Html Css Color HEX #4A1E16 Brown Pod

📋 copy color: '#4A1E16'

red 74 ◦ green 30 ◦ blue 22

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

Shades of Brown Pod #4A1E16

Tints of Brown Pod #4A1E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.81%

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 58.73%
G = 23.81%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#4A1E16 (or 0x4A1E16) is known color: Brown Pod. HEX triplet: 4A, 1E and 16. RGB value is (74,30,22). Sum of RGB (Red+Green+Blue) = 74+30+22=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A1E16 is #B5E1E9. Grayscale: #2A2A2A. Windows color (decimal): -11919850 or 1449546. OLE color: 1449546.

HSL color Cylindrical-coordinate representation of color #4A1E16: hue angle of 9.23º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1E16 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 30 22 -
CMYK 0 0.59 0.70 0.71
HSL 9.23º 0.54% 0.19% -
HSV(B) 9.23º 0.7% 0.29% -
XYZ 3.43 2.44 1.05 -
YUV 42.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 74 30 22 0 0.59 0.70 0.71 9.23 0.54 0.19
Hex 4A 1E 16 0 3B 46 47 9 36 13
Octal 112 36 26 0 73 106 107 11 66 23
Binary 1001010 11110 10110 0 111011 1000110 1000111 1001 110110 10011

Color Harmonies of #4A1E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1E16

Black with #4A1E16

Text Example


Text Example

White with #4A1E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,30,22); }

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

background-color css

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

 a { background-color: rgb(74,30,22); }

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

border-color css

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

 span { border-color: rgb(74,30,22); }

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