Html Css Color HEX #492117 Brown Pod

📋 copy color: '#492117'

red 73 ◦ green 33 ◦ blue 23

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

Shades of Brown Pod #492117

Tints of Brown Pod #492117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.58%

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

R = 56.59%
G = 25.58%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#492117 (or 0x492117) is known color: Brown Pod. HEX triplet: 49, 21 and 17. RGB value is (73,33,23). Sum of RGB (Red+Green+Blue) = 73+33+23=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492117 is #B6DEE8. Grayscale: #2B2B2B. Windows color (decimal): -11984617 or 1515849. OLE color: 1515849.

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

Color convert

RGB 73 33 23 -
CMYK 0 0.55 0.68 0.71
HSL 12º 0.52% 0.19% -
HSV(B) 12º 0.68% 0.29% -
XYZ 3.45 2.57 1.12 -
YUV 43.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 73 33 23 0 0.55 0.68 0.71 12 0.52 0.19
Hex 49 21 17 0 37 44 47 C 34 13
Octal 111 41 27 0 67 104 107 14 64 23
Binary 1001001 100001 10111 0 110111 1000100 1000111 1100 110100 10011

Color Harmonies of #492117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492117

Black with #492117

Text Example


Text Example

White with #492117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492117; }

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

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

background-color css

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

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

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

border-color css

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

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

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