Html Css Color HEX #491C03 Brown Pod

📋 copy color: '#491C03'

red 73 ◦ green 28 ◦ blue 3

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

Shades of Brown Pod #491C03

Tints of Brown Pod #491C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

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

R = 70.19%
G = 26.92%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#491C03 (or 0x491C03) is known color: Brown Pod. HEX triplet: 49, 1C and 03. RGB value is (73,28,3). Sum of RGB (Red+Green+Blue) = 73+28+3=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #491C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C03 is #B6E3FC. Grayscale: #262626. Windows color (decimal): -11985917 or 203849. OLE color: 203849.

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

Color convert

RGB 73 28 3 -
CMYK 0 0.62 0.96 0.71
HSL 21.43º 0.92% 0.15% -
HSV(B) 21.43º 0.96% 0.29% -
XYZ 3.18 2.25 0.35 -
YUV 38.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 73 28 3 0 0.62 0.96 0.71 21.43 0.92 0.15
Hex 49 1C 3 0 3E 60 47 15 5C F
Octal 111 34 3 0 76 140 107 25 134 17
Binary 1001001 11100 11 0 111110 1100000 1000111 10101 1011100 1111

Color Harmonies of #491C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C03

Black with #491C03

Text Example


Text Example

White with #491C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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