Html Css Color HEX #492315 Brown Pod

📋 copy color: '#492315'

red 73 ◦ green 35 ◦ blue 21

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

Shades of Brown Pod #492315

Tints of Brown Pod #492315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.28%

R = 56.59%
G = 27.13%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492315 (or 0x492315) is known color: Brown Pod. HEX triplet: 49, 23 and 15. RGB value is (73,35,21). Sum of RGB (Red+Green+Blue) = 73+35+21=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #492315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492315 is #B6DCEA. Grayscale: #2C2C2C. Windows color (decimal): -11984107 or 1385289. OLE color: 1385289.

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

Color convert

RGB 73 35 21 -
CMYK 0 0.52 0.71 0.71
HSL 16.15º 0.55% 0.18% -
HSV(B) 16.15º 0.71% 0.29% -
XYZ 3.48 2.67 1.04 -
YUV 44.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 73 35 21 0 0.52 0.71 0.71 16.15 0.55 0.18
Hex 49 23 15 0 34 47 47 10 37 12
Octal 111 43 25 0 64 107 107 20 67 22
Binary 1001001 100011 10101 0 110100 1000111 1000111 10000 110111 10010

Color Harmonies of #492315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492315

Black with #492315

Text Example


Text Example

White with #492315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492315; }

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

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

background-color css

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

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

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

border-color css

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

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

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