Html Css Color HEX #492017 Brown Pod

📋 copy color: '#492017'

red 73 ◦ green 32 ◦ blue 23

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

Shades of Brown Pod #492017

Tints of Brown Pod #492017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25%

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

R = 57.03%
G = 25%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#492017 (or 0x492017) is known color: Brown Pod. HEX triplet: 49, 20 and 17. RGB value is (73,32,23). Sum of RGB (Red+Green+Blue) = 73+32+23=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #492017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492017 is #B6DFE8. Grayscale: #2B2B2B. Windows color (decimal): -11984873 or 1515593. OLE color: 1515593.

HSL color Cylindrical-coordinate representation of color #492017: hue angle of 10.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 #492017 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 23 -
CMYK 0 0.56 0.68 0.71
HSL 10.8º 0.52% 0.19% -
HSV(B) 10.8º 0.68% 0.29% -
XYZ 3.42 2.51 1.12 -
YUV 43.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 73 32 23 0 0.56 0.68 0.71 10.8 0.52 0.19
Hex 49 20 17 0 38 44 47 B 34 13
Octal 111 40 27 0 70 104 107 13 64 23
Binary 1001001 100000 10111 0 111000 1000100 1000111 1011 110100 10011

Color Harmonies of #492017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492017

Black with #492017

Text Example


Text Example

White with #492017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492017; }

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

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

background-color css

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

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

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

border-color css

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

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

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