Html Css Color HEX #4A1908 Brown Pod

📋 copy color: '#4A1908'

red 74 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #4A1908

Tints of Brown Pod #4A1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.48%

R = 69.16%
G = 23.36%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4A1908 (or 0x4A1908) is known color: Brown Pod. HEX triplet: 4A, 19 and 08. RGB value is (74,25,8). Sum of RGB (Red+Green+Blue) = 74+25+8=107 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.16% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1908 is #B5E6F7. Grayscale: #252525. Windows color (decimal): -11921144 or 530762. OLE color: 530762.

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

Color convert

RGB 74 25 8 -
CMYK 0 0.66 0.89 0.71
HSL 15.45º 0.8% 0.16% -
HSV(B) 15.45º 0.89% 0.29% -
XYZ 3.22 2.17 0.48 -
YUV 37.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 74 25 8 0 0.66 0.89 0.71 15.45 0.8 0.16
Hex 4A 19 8 0 42 59 47 F 50 10
Octal 112 31 10 0 102 131 107 17 120 20
Binary 1001010 11001 1000 0 1000010 1011001 1000111 1111 1010000 10000

Color Harmonies of #4A1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1908

Black with #4A1908

Text Example


Text Example

White with #4A1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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