Html Css Color HEX #492415 Brown Pod

📋 copy color: '#492415'

red 73 ◦ green 36 ◦ blue 21

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

Shades of Brown Pod #492415

Tints of Brown Pod #492415

RGB

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

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

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

R = 56.15%
G = 27.69%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492415 (or 0x492415) is known color: Brown Pod. HEX triplet: 49, 24 and 15. RGB value is (73,36,21). Sum of RGB (Red+Green+Blue) = 73+36+21=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492415 is #B6DBEA. Grayscale: #2D2D2D. Windows color (decimal): -11983851 or 1385545. OLE color: 1385545.

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

Color convert

RGB 73 36 21 -
CMYK 0 0.51 0.71 0.71
HSL 17.31º 0.55% 0.18% -
HSV(B) 17.31º 0.71% 0.29% -
XYZ 3.51 2.73 1.05 -
YUV 45.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 73 36 21 0 0.51 0.71 0.71 17.31 0.55 0.18
Hex 49 24 15 0 33 47 47 11 37 12
Octal 111 44 25 0 63 107 107 21 67 22
Binary 1001001 100100 10101 0 110011 1000111 1000111 10001 110111 10010

Color Harmonies of #492415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492415

Black with #492415

Text Example


Text Example

White with #492415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492415; }

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

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

background-color css

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

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

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

border-color css

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

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

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