Html Css Color HEX #492317 Brown Pod

📋 copy color: '#492317'

red 73 ◦ green 35 ◦ blue 23

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

Shades of Brown Pod #492317

Tints of Brown Pod #492317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

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

R = 55.73%
G = 26.72%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#492317 (or 0x492317) is known color: Brown Pod. HEX triplet: 49, 23 and 17. RGB value is (73,35,23). Sum of RGB (Red+Green+Blue) = 73+35+23=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492317 is #B6DCE8. Grayscale: #2D2D2D. Windows color (decimal): -11984105 or 1516361. OLE color: 1516361.

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

Color convert

RGB 73 35 23 -
CMYK 0 0.52 0.68 0.71
HSL 14.4º 0.52% 0.19% -
HSV(B) 14.4º 0.68% 0.29% -
XYZ 3.5 2.68 1.14 -
YUV 44.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 73 35 23 0 0.52 0.68 0.71 14.4 0.52 0.19
Hex 49 23 17 0 34 44 47 E 34 13
Octal 111 43 27 0 64 104 107 16 64 23
Binary 1001001 100011 10111 0 110100 1000100 1000111 1110 110100 10011

Color Harmonies of #492317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492317

Black with #492317

Text Example


Text Example

White with #492317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492317; }

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

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

background-color css

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

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

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

border-color css

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

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

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