Html Css Color HEX #491602 Brown Pod

📋 copy color: '#491602'

red 73 ◦ green 22 ◦ blue 2

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

Shades of Brown Pod #491602

Tints of Brown Pod #491602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.06%

R = 75.26%
G = 22.68%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#491602 (or 0x491602) is known color: Brown Pod. HEX triplet: 49, 16 and 02. RGB value is (73,22,2). Sum of RGB (Red+Green+Blue) = 73+22+2=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #491602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491602 is #B6E9FD. Grayscale: #232323. Windows color (decimal): -11987454 or 136777. OLE color: 136777.

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

Color convert

RGB 73 22 2 -
CMYK 0 0.70 0.97 0.71
HSL 16.9º 0.95% 0.15% -
HSV(B) 16.9º 0.97% 0.29% -
XYZ 3.05 1.99 0.28 -
YUV 34.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 73 22 2 0 0.70 0.97 0.71 16.9 0.95 0.15
Hex 49 16 2 0 46 61 47 11 5F F
Octal 111 26 2 0 106 141 107 21 137 17
Binary 1001001 10110 10 0 1000110 1100001 1000111 10001 1011111 1111

Color Harmonies of #491602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491602

Black with #491602

Text Example


Text Example

White with #491602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491602; }

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

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

background-color css

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

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

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

border-color css

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

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

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