Html Css Color HEX #492411 Brown Pod

📋 copy color: '#492411'

red 73 ◦ green 36 ◦ blue 17

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

Shades of Brown Pod #492411

Tints of Brown Pod #492411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

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

R = 57.94%
G = 28.57%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#492411 (or 0x492411) is known color: Brown Pod. HEX triplet: 49, 24 and 11. RGB value is (73,36,17). Sum of RGB (Red+Green+Blue) = 73+36+17=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #492411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492411 is #B6DBEE. Grayscale: #2D2D2D. Windows color (decimal): -11983855 or 1123401. OLE color: 1123401.

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

Color convert

RGB 73 36 17 -
CMYK 0 0.51 0.77 0.71
HSL 20.36º 0.62% 0.18% -
HSV(B) 20.36º 0.77% 0.29% -
XYZ 3.48 2.72 0.87 -
YUV 44.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 73 36 17 0 0.51 0.77 0.71 20.36 0.62 0.18
Hex 49 24 11 0 33 4D 47 14 3E 12
Octal 111 44 21 0 63 115 107 24 76 22
Binary 1001001 100100 10001 0 110011 1001101 1000111 10100 111110 10010

Color Harmonies of #492411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492411

Black with #492411

Text Example


Text Example

White with #492411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492411; }

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

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

background-color css

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

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

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

border-color css

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

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

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