Html Css Color HEX #49150B Brown Pod

📋 copy color: '#49150B'

red 73 ◦ green 21 ◦ blue 11

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

Shades of Brown Pod #49150B

Tints of Brown Pod #49150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 69.52%
G = 20%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49150B (or 0x49150B) is known color: Brown Pod. HEX triplet: 49, 15 and 0B. RGB value is (73,21,11). Sum of RGB (Red+Green+Blue) = 73+21+11=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49150B is #B6EAF4. Grayscale: #232323. Windows color (decimal): -11987701 or 726345. OLE color: 726345.

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

Color convert

RGB 73 21 11 -
CMYK 0 0.71 0.85 0.71
HSL 9.68º 0.74% 0.16% -
HSV(B) 9.68º 0.85% 0.29% -
XYZ 3.08 1.98 0.54 -
YUV 35.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 73 21 11 0 0.71 0.85 0.71 9.68 0.74 0.16
Hex 49 15 B 0 47 55 47 A 4A 10
Octal 111 25 13 0 107 125 107 12 112 20
Binary 1001001 10101 1011 0 1000111 1010101 1000111 1010 1001010 10000

Color Harmonies of #49150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49150B

Black with #49150B

Text Example


Text Example

White with #49150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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