Html Css Color HEX #492311 Brown Pod

📋 copy color: '#492311'

red 73 ◦ green 35 ◦ blue 17

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

Shades of Brown Pod #492311

Tints of Brown Pod #492311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 58.4%
G = 28%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#492311 (or 0x492311) is known color: Brown Pod. HEX triplet: 49, 23 and 11. RGB value is (73,35,17). Sum of RGB (Red+Green+Blue) = 73+35+17=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492311 is #B6DCEE. Grayscale: #2C2C2C. Windows color (decimal): -11984111 or 1123145. OLE color: 1123145.

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

Color convert

RGB 73 35 17 -
CMYK 0 0.52 0.77 0.71
HSL 19.29º 0.62% 0.18% -
HSV(B) 19.29º 0.77% 0.29% -
XYZ 3.45 2.66 0.86 -
YUV 44.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 73 35 17 0 0.52 0.77 0.71 19.29 0.62 0.18
Hex 49 23 11 0 34 4D 47 13 3E 12
Octal 111 43 21 0 64 115 107 23 76 22
Binary 1001001 100011 10001 0 110100 1001101 1000111 10011 111110 10010

Color Harmonies of #492311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492311

Black with #492311

Text Example


Text Example

White with #492311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492311; }

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

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

background-color css

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

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

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

border-color css

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

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

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