Html Css Color HEX #4A2113 Brown Pod

📋 copy color: '#4A2113'

red 74 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #4A2113

Tints of Brown Pod #4A2113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 19 (7.81% from 255) = 15.08%

R = 58.73%
G = 26.19%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#4A2113 (or 0x4A2113) is known color: Brown Pod. HEX triplet: 4A, 21 and 13. RGB value is (74,33,19). Sum of RGB (Red+Green+Blue) = 74+33+19=126 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.73% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2113 is #B5DEEC. Grayscale: #2B2B2B. Windows color (decimal): -11919085 or 1253706. OLE color: 1253706.

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

Color convert

RGB 74 33 19 -
CMYK 0 0.55 0.74 0.71
HSL 15.27º 0.59% 0.18% -
HSV(B) 15.27º 0.74% 0.29% -
XYZ 3.49 2.59 0.93 -
YUV 43.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 74 33 19 0 0.55 0.74 0.71 15.27 0.59 0.18
Hex 4A 21 13 0 37 4A 47 F 3B 12
Octal 112 41 23 0 67 112 107 17 73 22
Binary 1001010 100001 10011 0 110111 1001010 1000111 1111 111011 10010

Color Harmonies of #4A2113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2113

Black with #4A2113

Text Example


Text Example

White with #4A2113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,33,19); }

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

background-color css

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

 a { background-color: rgb(74,33,19); }

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

border-color css

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

 span { border-color: rgb(74,33,19); }

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