Html Css Color HEX #491807 Brown Pod

📋 copy color: '#491807'

red 73 ◦ green 24 ◦ blue 7

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

Shades of Brown Pod #491807

Tints of Brown Pod #491807

RGB

 RED value IS 73 (28.91% from 255) = 70.19%

 GREEN value IS 24 (9.77% from 255) = 23.08%

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 70.19%
G = 23.08%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#491807 (or 0x491807) is known color: Brown Pod. HEX triplet: 49, 18 and 07. RGB value is (73,24,7). Sum of RGB (Red+Green+Blue) = 73+24+7=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #491807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491807 is #B6E7F8. Grayscale: #242424. Windows color (decimal): -11986937 or 464969. OLE color: 464969.

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

Color convert

RGB 73 24 7 -
CMYK 0 0.67 0.90 0.71
HSL 15.45º 0.83% 0.16% -
HSV(B) 15.45º 0.9% 0.29% -
XYZ 3.11 2.09 0.44 -
YUV 36.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 73 24 7 0 0.67 0.90 0.71 15.45 0.83 0.16
Hex 49 18 7 0 43 5A 47 F 52 10
Octal 111 30 7 0 103 132 107 17 122 20
Binary 1001001 11000 111 0 1000011 1011010 1000111 1111 1010010 10000

Color Harmonies of #491807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491807

Black with #491807

Text Example


Text Example

White with #491807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491807; }

 p { color: rgb(73,24,7); }

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

background-color css

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

 a { background-color: rgb(73,24,7); }

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

border-color css

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

 span { border-color: rgb(73,24,7); }

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