Html Css Color HEX #4A190C Brown Pod

📋 copy color: '#4A190C'

red 74 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #4A190C

Tints of Brown Pod #4A190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 66.67%
G = 22.52%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A190C (or 0x4A190C) is known color: Brown Pod. HEX triplet: 4A, 19 and 0C. RGB value is (74,25,12). Sum of RGB (Red+Green+Blue) = 74+25+12=111 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.67% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 74 - color contains mainly: red. Hex color #4A190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A190C is #B5E6F3. Grayscale: #262626. Windows color (decimal): -11921140 or 792906. OLE color: 792906.

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

Color convert

RGB 74 25 12 -
CMYK 0 0.66 0.84 0.71
HSL 12.58º 0.72% 0.17% -
HSV(B) 12.58º 0.84% 0.29% -
XYZ 3.24 2.18 0.6 -
YUV 38.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 74 25 12 0 0.66 0.84 0.71 12.58 0.72 0.17
Hex 4A 19 C 0 42 54 47 D 48 11
Octal 112 31 14 0 102 124 107 15 110 21
Binary 1001010 11001 1100 0 1000010 1010100 1000111 1101 1001000 10001

Color Harmonies of #4A190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A190C

Black with #4A190C

Text Example


Text Example

White with #4A190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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