Html Css Color HEX #492518 Brown Pod

📋 copy color: '#492518'

red 73 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #492518

Tints of Brown Pod #492518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

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

R = 54.48%
G = 27.61%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#492518 (or 0x492518) is known color: Brown Pod. HEX triplet: 49, 25 and 18. RGB value is (73,37,24). Sum of RGB (Red+Green+Blue) = 73+37+24=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492518 is #B6DAE7. Grayscale: #2E2E2E. Windows color (decimal): -11983592 or 1582409. OLE color: 1582409.

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

Color convert

RGB 73 37 24 -
CMYK 0 0.49 0.67 0.71
HSL 15.92º 0.51% 0.19% -
HSV(B) 15.92º 0.67% 0.29% -
XYZ 3.57 2.81 1.22 -
YUV 46.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 73 37 24 0 0.49 0.67 0.71 15.92 0.51 0.19
Hex 49 25 18 0 31 43 47 10 33 13
Octal 111 45 30 0 61 103 107 20 63 23
Binary 1001001 100101 11000 0 110001 1000011 1000111 10000 110011 10011

Color Harmonies of #492518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492518

Black with #492518

Text Example


Text Example

White with #492518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492518; }

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

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

background-color css

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

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

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

border-color css

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

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

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