Html Css Color HEX #491801 Brown Pod

📋 copy color: '#491801'

red 73 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #491801

Tints of Brown Pod #491801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.02%

R = 74.49%
G = 24.49%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#491801 (or 0x491801) is known color: Brown Pod. HEX triplet: 49, 18 and 01. RGB value is (73,24,1). Sum of RGB (Red+Green+Blue) = 73+24+1=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491801 is #B6E7FE. Grayscale: #242424. Windows color (decimal): -11986943 or 71753. OLE color: 71753.

HSL color Cylindrical-coordinate representation of color #491801: hue angle of 19.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #491801 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 1 -
CMYK 0 0.67 0.99 0.71
HSL 19.17º 0.97% 0.15% -
HSV(B) 19.17º 0.99% 0.29% -
XYZ 3.08 2.07 0.27 -
YUV 36.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 73 24 1 0 0.67 0.99 0.71 19.17 0.97 0.15
Hex 49 18 1 0 43 63 47 13 61 F
Octal 111 30 1 0 103 143 107 23 141 17
Binary 1001001 11000 1 0 1000011 1100011 1000111 10011 1100001 1111

Color Harmonies of #491801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491801

Black with #491801

Text Example


Text Example

White with #491801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491801; }

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

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

background-color css

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

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

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

border-color css

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

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

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