Html Css Color HEX #492517 Brown Pod

📋 copy color: '#492517'

red 73 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #492517

Tints of Brown Pod #492517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.29%

R = 54.89%
G = 27.82%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#492517 (or 0x492517) is known color: Brown Pod. HEX triplet: 49, 25 and 17. RGB value is (73,37,23). Sum of RGB (Red+Green+Blue) = 73+37+23=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #492517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492517 is #B6DAE8. Grayscale: #2E2E2E. Windows color (decimal): -11983593 or 1516873. OLE color: 1516873.

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

Color convert

RGB 73 37 23 -
CMYK 0 0.49 0.68 0.71
HSL 16.8º 0.52% 0.19% -
HSV(B) 16.8º 0.68% 0.29% -
XYZ 3.56 2.8 1.16 -
YUV 46.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 73 37 23 0 0.49 0.68 0.71 16.8 0.52 0.19
Hex 49 25 17 0 31 44 47 11 34 13
Octal 111 45 27 0 61 104 107 21 64 23
Binary 1001001 100101 10111 0 110001 1000100 1000111 10001 110100 10011

Color Harmonies of #492517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492517

Black with #492517

Text Example


Text Example

White with #492517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492517; }

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

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

background-color css

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

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

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

border-color css

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

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

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