Html Css Color HEX #49251A Brown Pod

📋 copy color: '#49251A'

red 73 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #49251A

Tints of Brown Pod #49251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 26 (10.55% from 255) = 19.12%

R = 53.68%
G = 27.21%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49251A (or 0x49251A) is known color: Brown Pod. HEX triplet: 49, 25 and 1A. RGB value is (73,37,26). Sum of RGB (Red+Green+Blue) = 73+37+26=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #49251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49251A is #B6DAE5. Grayscale: #2E2E2E. Windows color (decimal): -11983590 or 1713481. OLE color: 1713481.

HSL color Cylindrical-coordinate representation of color #49251A: hue angle of 14.04º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49251A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 26 -
CMYK 0 0.49 0.64 0.71
HSL 14.04º 0.47% 0.19% -
HSV(B) 14.04º 0.64% 0.29% -
XYZ 3.6 2.81 1.33 -
YUV 46.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 73 37 26 0 0.49 0.64 0.71 14.04 0.47 0.19
Hex 49 25 1A 0 31 40 47 E 2F 13
Octal 111 45 32 0 61 100 107 16 57 23
Binary 1001001 100101 11010 0 110001 1000000 1000111 1110 101111 10011

Color Harmonies of #49251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49251A

Black with #49251A

Text Example


Text Example

White with #49251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,37,26); }

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

background-color css

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

 a { background-color: rgb(73,37,26); }

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

border-color css

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

 span { border-color: rgb(73,37,26); }

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