Html Css Color HEX #491F07 Brown Pod

📋 copy color: '#491F07'

red 73 ◦ green 31 ◦ blue 7

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

Shades of Brown Pod #491F07

Tints of Brown Pod #491F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

 BLUE value IS 7 (3.13% from 255) = 6.31%

R = 65.77%
G = 27.93%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#491F07 (or 0x491F07) is known color: Brown Pod. HEX triplet: 49, 1F and 07. RGB value is (73,31,7). Sum of RGB (Red+Green+Blue) = 73+31+7=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #491F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F07 is #B6E0F8. Grayscale: #282828. Windows color (decimal): -11985145 or 466761. OLE color: 466761.

HSL color Cylindrical-coordinate representation of color #491F07: hue angle of 21.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491F07 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 7 -
CMYK 0 0.58 0.90 0.71
HSL 21.82º 0.83% 0.16% -
HSV(B) 21.82º 0.9% 0.29% -
XYZ 3.28 2.41 0.49 -
YUV 40.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 73 31 7 0 0.58 0.90 0.71 21.82 0.83 0.16
Hex 49 1F 7 0 3A 5A 47 16 52 10
Octal 111 37 7 0 72 132 107 26 122 20
Binary 1001001 11111 111 0 111010 1011010 1000111 10110 1010010 10000

Color Harmonies of #491F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F07

Black with #491F07

Text Example


Text Example

White with #491F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,7); }

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

background-color css

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

 a { background-color: rgb(73,31,7); }

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

border-color css

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

 span { border-color: rgb(73,31,7); }

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