Html Css Color HEX #491C0F Brown Pod

📋 copy color: '#491C0F'

red 73 ◦ green 28 ◦ blue 15

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

Shades of Brown Pod #491C0F

Tints of Brown Pod #491C0F

RGB

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

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

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

R = 62.93%
G = 24.14%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#491C0F (or 0x491C0F) is known color: Brown Pod. HEX triplet: 49, 1C and 0F. RGB value is (73,28,15). Sum of RGB (Red+Green+Blue) = 73+28+15=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C0F is #B6E3F0. Grayscale: #282828. Windows color (decimal): -11985905 or 990281. OLE color: 990281.

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

Color convert

RGB 73 28 15 -
CMYK 0 0.62 0.79 0.71
HSL 13.45º 0.66% 0.17% -
HSV(B) 13.45º 0.79% 0.29% -
XYZ 3.25 2.28 0.72 -
YUV 39.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 73 28 15 0 0.62 0.79 0.71 13.45 0.66 0.17
Hex 49 1C F 0 3E 4F 47 D 42 11
Octal 111 34 17 0 76 117 107 15 102 21
Binary 1001001 11100 1111 0 111110 1001111 1000111 1101 1000010 10001

Color Harmonies of #491C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C0F

Black with #491C0F

Text Example


Text Example

White with #491C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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