Html Css Color HEX #491603 Brown Pod

📋 copy color: '#491603'

red 73 ◦ green 22 ◦ blue 3

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

Shades of Brown Pod #491603

Tints of Brown Pod #491603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.45%

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 74.49%
G = 22.45%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#491603 (or 0x491603) is known color: Brown Pod. HEX triplet: 49, 16 and 03. RGB value is (73,22,3). Sum of RGB (Red+Green+Blue) = 73+22+3=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #491603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491603 is #B6E9FC. Grayscale: #232323. Windows color (decimal): -11987453 or 202313. OLE color: 202313.

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

Color convert

RGB 73 22 3 -
CMYK 0 0.70 0.96 0.71
HSL 16.29º 0.92% 0.15% -
HSV(B) 16.29º 0.96% 0.29% -
XYZ 3.05 2 0.31 -
YUV 35.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 73 22 3 0 0.70 0.96 0.71 16.29 0.92 0.15
Hex 49 16 3 0 46 60 47 10 5C F
Octal 111 26 3 0 106 140 107 20 134 17
Binary 1001001 10110 11 0 1000110 1100000 1000111 10000 1011100 1111

Color Harmonies of #491603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491603

Black with #491603

Text Example


Text Example

White with #491603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491603; }

 p { color: rgb(73,22,3); }

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

background-color css

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

 a { background-color: rgb(73,22,3); }

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

border-color css

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

 span { border-color: rgb(73,22,3); }

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