Html Css Color HEX #491302 Brown Pod

📋 copy color: '#491302'

red 73 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #491302

Tints of Brown Pod #491302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

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

R = 77.66%
G = 20.21%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#491302 (or 0x491302) is known color: Brown Pod. HEX triplet: 49, 13 and 02. RGB value is (73,19,2). Sum of RGB (Red+Green+Blue) = 73+19+2=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491302 is #B6ECFD. Grayscale: #212121. Windows color (decimal): -11988222 or 136009. OLE color: 136009.

HSL color Cylindrical-coordinate representation of color #491302: hue angle of 14.37º 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 #491302 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 2 -
CMYK 0 0.74 0.97 0.71
HSL 14.37º 0.95% 0.15% -
HSV(B) 14.37º 0.97% 0.29% -
XYZ 2.99 1.89 0.26 -
YUV 33.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 73 19 2 0 0.74 0.97 0.71 14.37 0.95 0.15
Hex 49 13 2 0 4A 61 47 E 5F F
Octal 111 23 2 0 112 141 107 16 137 17
Binary 1001001 10011 10 0 1001010 1100001 1000111 1110 1011111 1111

Color Harmonies of #491302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491302

Black with #491302

Text Example


Text Example

White with #491302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491302; }

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

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

background-color css

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

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

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

border-color css

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

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

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