Html Css Color HEX #492218 Brown Pod

📋 copy color: '#492218'

red 73 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #492218

Tints of Brown Pod #492218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 55.73%
G = 25.95%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#492218 (or 0x492218) is known color: Brown Pod. HEX triplet: 49, 22 and 18. RGB value is (73,34,24). Sum of RGB (Red+Green+Blue) = 73+34+24=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492218 is #B6DDE7. Grayscale: #2C2C2C. Windows color (decimal): -11984360 or 1581641. OLE color: 1581641.

HSL color Cylindrical-coordinate representation of color #492218: hue angle of 12.24º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492218 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 24 -
CMYK 0 0.53 0.67 0.71
HSL 12.24º 0.51% 0.19% -
HSV(B) 12.24º 0.67% 0.29% -
XYZ 3.48 2.63 1.19 -
YUV 44.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 73 34 24 0 0.53 0.67 0.71 12.24 0.51 0.19
Hex 49 22 18 0 35 43 47 C 33 13
Octal 111 42 30 0 65 103 107 14 63 23
Binary 1001001 100010 11000 0 110101 1000011 1000111 1100 110011 10011

Color Harmonies of #492218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492218

Black with #492218

Text Example


Text Example

White with #492218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492218; }

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

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

background-color css

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

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

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

border-color css

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

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

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