Html Css Color HEX #492419 Brown Pod

📋 copy color: '#492419'

red 73 ◦ green 36 ◦ blue 25

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

Shades of Brown Pod #492419

Tints of Brown Pod #492419

RGB

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

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

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

R = 54.48%
G = 26.87%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492419 (or 0x492419) is known color: Brown Pod. HEX triplet: 49, 24 and 19. RGB value is (73,36,25). Sum of RGB (Red+Green+Blue) = 73+36+25=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492419 is #B6DBE6. Grayscale: #2D2D2D. Windows color (decimal): -11983847 or 1647689. OLE color: 1647689.

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

Color convert

RGB 73 36 25 -
CMYK 0 0.51 0.66 0.71
HSL 13.75º 0.49% 0.19% -
HSV(B) 13.75º 0.66% 0.29% -
XYZ 3.55 2.75 1.26 -
YUV 45.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 73 36 25 0 0.51 0.66 0.71 13.75 0.49 0.19
Hex 49 24 19 0 33 42 47 E 31 13
Octal 111 44 31 0 63 102 107 16 61 23
Binary 1001001 100100 11001 0 110011 1000010 1000111 1110 110001 10011

Color Harmonies of #492419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492419

Black with #492419

Text Example


Text Example

White with #492419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492419; }

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

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

background-color css

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

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

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

border-color css

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

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

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