Html Css Color HEX #492018 Brown Pod

📋 copy color: '#492018'

red 73 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #492018

Tints of Brown Pod #492018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.81%

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

R = 56.59%
G = 24.81%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#492018 (or 0x492018) is known color: Brown Pod. HEX triplet: 49, 20 and 18. RGB value is (73,32,24). Sum of RGB (Red+Green+Blue) = 73+32+24=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492018 is #B6DFE7. Grayscale: #2B2B2B. Windows color (decimal): -11984872 or 1581129. OLE color: 1581129.

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

Color convert

RGB 73 32 24 -
CMYK 0 0.56 0.67 0.71
HSL 9.8º 0.51% 0.19% -
HSV(B) 9.8º 0.67% 0.29% -
XYZ 3.43 2.52 1.17 -
YUV 43.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 73 32 24 0 0.56 0.67 0.71 9.8 0.51 0.19
Hex 49 20 18 0 38 43 47 A 33 13
Octal 111 40 30 0 70 103 107 12 63 23
Binary 1001001 100000 11000 0 111000 1000011 1000111 1010 110011 10011

Color Harmonies of #492018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492018

Black with #492018

Text Example


Text Example

White with #492018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492018; }

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

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

background-color css

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

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

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

border-color css

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

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

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