Html Css Color HEX #49261B Brown Pod

📋 copy color: '#49261B'

red 73 ◦ green 38 ◦ blue 27

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

Shades of Brown Pod #49261B

Tints of Brown Pod #49261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 52.9%
G = 27.54%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49261B (or 0x49261B) is known color: Brown Pod. HEX triplet: 49, 26 and 1B. RGB value is (73,38,27). Sum of RGB (Red+Green+Blue) = 73+38+27=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49261B is #B6D9E4. Grayscale: #2F2F2F. Windows color (decimal): -11983333 or 1779273. OLE color: 1779273.

HSL color Cylindrical-coordinate representation of color #49261B: hue angle of 14.35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49261B is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 38 27 -
CMYK 0 0.48 0.63 0.71
HSL 14.35º 0.46% 0.2% -
HSV(B) 14.35º 0.63% 0.29% -
XYZ 3.64 2.88 1.4 -
YUV 47.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 73 38 27 0 0.48 0.63 0.71 14.35 0.46 0.2
Hex 49 26 1B 0 30 3F 47 E 2E 14
Octal 111 46 33 0 60 77 107 16 56 24
Binary 1001001 100110 11011 0 110000 111111 1000111 1110 101110 10100

Color Harmonies of #49261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49261B

Black with #49261B

Text Example


Text Example

White with #49261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,38,27); }

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

background-color css

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

 a { background-color: rgb(73,38,27); }

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

border-color css

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

 span { border-color: rgb(73,38,27); }

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