Html Css Color HEX #4A190D Brown Pod

📋 copy color: '#4A190D'

red 74 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #4A190D

Tints of Brown Pod #4A190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 66.07%
G = 22.32%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#4A190D (or 0x4A190D) is known color: Brown Pod. HEX triplet: 4A, 19 and 0D. RGB value is (74,25,13). Sum of RGB (Red+Green+Blue) = 74+25+13=112 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.07% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 74 - color contains mainly: red. Hex color #4A190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A190D is #B5E6F2. Grayscale: #262626. Windows color (decimal): -11921139 or 858442. OLE color: 858442.

HSL color Cylindrical-coordinate representation of color #4A190D: hue angle of 11.8º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A190D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 25 13 -
CMYK 0 0.66 0.82 0.71
HSL 11.8º 0.7% 0.17% -
HSV(B) 11.8º 0.82% 0.29% -
XYZ 3.24 2.18 0.63 -
YUV 38.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 74 25 13 0 0.66 0.82 0.71 11.8 0.7 0.17
Hex 4A 19 D 0 42 52 47 C 46 11
Octal 112 31 15 0 102 122 107 14 106 21
Binary 1001010 11001 1101 0 1000010 1010010 1000111 1100 1000110 10001

Color Harmonies of #4A190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A190D

Black with #4A190D

Text Example


Text Example

White with #4A190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,13); }

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

background-color css

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

 a { background-color: rgb(74,25,13); }

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

border-color css

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

 span { border-color: rgb(74,25,13); }

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