Html Css Color HEX #492519 Brown Pod

📋 copy color: '#492519'

red 73 ◦ green 37 ◦ blue 25

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

Shades of Brown Pod #492519

Tints of Brown Pod #492519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.52%

R = 54.07%
G = 27.41%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492519 (or 0x492519) is known color: Brown Pod. HEX triplet: 49, 25 and 19. RGB value is (73,37,25). Sum of RGB (Red+Green+Blue) = 73+37+25=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #492519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492519 is #B6DAE6. Grayscale: #2E2E2E. Windows color (decimal): -11983591 or 1647945. OLE color: 1647945.

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

Color convert

RGB 73 37 25 -
CMYK 0 0.49 0.66 0.71
HSL 15º 0.49% 0.19% -
HSV(B) 15º 0.66% 0.29% -
XYZ 3.58 2.81 1.27 -
YUV 46.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 73 37 25 0 0.49 0.66 0.71 15 0.49 0.19
Hex 49 25 19 0 31 42 47 F 31 13
Octal 111 45 31 0 61 102 107 17 61 23
Binary 1001001 100101 11001 0 110001 1000010 1000111 1111 110001 10011

Color Harmonies of #492519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492519

Black with #492519

Text Example


Text Example

White with #492519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492519; }

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

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

background-color css

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

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

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

border-color css

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

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

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