Html Css Color HEX #491A0F Brown Pod

📋 copy color: '#491A0F'

red 73 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #491A0F

Tints of Brown Pod #491A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.81%

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 64.04%
G = 22.81%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#491A0F (or 0x491A0F) is known color: Brown Pod. HEX triplet: 49, 1A and 0F. RGB value is (73,26,15). Sum of RGB (Red+Green+Blue) = 73+26+15=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A0F is #B6E5F0. Grayscale: #262626. Windows color (decimal): -11986417 or 989769. OLE color: 989769.

HSL color Cylindrical-coordinate representation of color #491A0F: hue angle of 11.38º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491A0F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 15 -
CMYK 0 0.64 0.79 0.71
HSL 11.38º 0.66% 0.17% -
HSV(B) 11.38º 0.79% 0.29% -
XYZ 3.2 2.19 0.71 -
YUV 38.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 73 26 15 0 0.64 0.79 0.71 11.38 0.66 0.17
Hex 49 1A F 0 40 4F 47 B 42 11
Octal 111 32 17 0 100 117 107 13 102 21
Binary 1001001 11010 1111 0 1000000 1001111 1000111 1011 1000010 10001

Color Harmonies of #491A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A0F

Black with #491A0F

Text Example


Text Example

White with #491A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,26,15); }

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

background-color css

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

 a { background-color: rgb(73,26,15); }

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

border-color css

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

 span { border-color: rgb(73,26,15); }

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