Html Css Color HEX #492217 Brown Pod

📋 copy color: '#492217'

red 73 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #492217

Tints of Brown Pod #492217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.15%

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

R = 56.15%
G = 26.15%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#492217 (or 0x492217) is known color: Brown Pod. HEX triplet: 49, 22 and 17. RGB value is (73,34,23). Sum of RGB (Red+Green+Blue) = 73+34+23=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492217 is #B6DDE8. Grayscale: #2C2C2C. Windows color (decimal): -11984361 or 1516105. OLE color: 1516105.

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

Color convert

RGB 73 34 23 -
CMYK 0 0.53 0.68 0.71
HSL 13.2º 0.52% 0.19% -
HSV(B) 13.2º 0.68% 0.29% -
XYZ 3.47 2.62 1.13 -
YUV 44.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 73 34 23 0 0.53 0.68 0.71 13.2 0.52 0.19
Hex 49 22 17 0 35 44 47 D 34 13
Octal 111 42 27 0 65 104 107 15 64 23
Binary 1001001 100010 10111 0 110101 1000100 1000111 1101 110100 10011

Color Harmonies of #492217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492217

Black with #492217

Text Example


Text Example

White with #492217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492217; }

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

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

background-color css

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

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

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

border-color css

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

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

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