Html Css Color HEX #49241B Brown Pod

📋 copy color: '#49241B'

red 73 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #49241B

Tints of Brown Pod #49241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

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

R = 53.68%
G = 26.47%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49241B (or 0x49241B) is known color: Brown Pod. HEX triplet: 49, 24 and 1B. RGB value is (73,36,27). Sum of RGB (Red+Green+Blue) = 73+36+27=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49241B is #B6DBE4. Grayscale: #2E2E2E. Windows color (decimal): -11983845 or 1778761. OLE color: 1778761.

HSL color Cylindrical-coordinate representation of color #49241B: hue angle of 11.74º 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 #49241B is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 36 27 -
CMYK 0 0.51 0.63 0.71
HSL 11.74º 0.46% 0.2% -
HSV(B) 11.74º 0.63% 0.29% -
XYZ 3.58 2.76 1.38 -
YUV 46.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 73 36 27 0 0.51 0.63 0.71 11.74 0.46 0.2
Hex 49 24 1B 0 33 3F 47 C 2E 14
Octal 111 44 33 0 63 77 107 14 56 24
Binary 1001001 100100 11011 0 110011 111111 1000111 1100 101110 10100

Color Harmonies of #49241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49241B

Black with #49241B

Text Example


Text Example

White with #49241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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