Html Css Color HEX #49150A Brown Pod

📋 copy color: '#49150A'

red 73 ◦ green 21 ◦ blue 10

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

Shades of Brown Pod #49150A

Tints of Brown Pod #49150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.19%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 70.19%
G = 20.19%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49150A (or 0x49150A) is known color: Brown Pod. HEX triplet: 49, 15 and 0A. RGB value is (73,21,10). Sum of RGB (Red+Green+Blue) = 73+21+10=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150A is #B6EAF5. Grayscale: #232323. Windows color (decimal): -11987702 or 660809. OLE color: 660809.

HSL color Cylindrical-coordinate representation of color #49150A: hue angle of 10.48º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49150A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 21 10 -
CMYK 0 0.71 0.86 0.71
HSL 10.48º 0.76% 0.16% -
HSV(B) 10.48º 0.86% 0.29% -
XYZ 3.07 1.97 0.51 -
YUV 35.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 73 21 10 0 0.71 0.86 0.71 10.48 0.76 0.16
Hex 49 15 A 0 47 56 47 A 4C 10
Octal 111 25 12 0 107 126 107 12 114 20
Binary 1001001 10101 1010 0 1000111 1010110 1000111 1010 1001100 10000

Color Harmonies of #49150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49150A

Black with #49150A

Text Example


Text Example

White with #49150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49150A; }

 p { color: rgb(73,21,10); }

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

background-color css

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

 a { background-color: rgb(73,21,10); }

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

border-color css

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

 span { border-color: rgb(73,21,10); }

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