Html Css Color HEX #491203 Brown Pod

📋 copy color: '#491203'

red 73 ◦ green 18 ◦ blue 3

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

Shades of Brown Pod #491203

Tints of Brown Pod #491203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

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

R = 77.66%
G = 19.15%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#491203 (or 0x491203) is known color: Brown Pod. HEX triplet: 49, 12 and 03. RGB value is (73,18,3). Sum of RGB (Red+Green+Blue) = 73+18+3=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #491203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491203 is #B6EDFC. Grayscale: #202020. Windows color (decimal): -11988477 or 201289. OLE color: 201289.

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

Color convert

RGB 73 18 3 -
CMYK 0 0.75 0.96 0.71
HSL 12.86º 0.92% 0.15% -
HSV(B) 12.86º 0.96% 0.29% -
XYZ 2.98 1.86 0.29 -
YUV 32.74 111.22 156.72 -
System Red Green Blue C M Y K H S L
Decimal 73 18 3 0 0.75 0.96 0.71 12.86 0.92 0.15
Hex 49 12 3 0 4B 60 47 D 5C F
Octal 111 22 3 0 113 140 107 15 134 17
Binary 1001001 10010 11 0 1001011 1100000 1000111 1101 1011100 1111

Color Harmonies of #491203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491203

Black with #491203

Text Example


Text Example

White with #491203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491203; }

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

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

background-color css

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

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

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

border-color css

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

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

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