Html Css Color HEX #492319 Brown Pod

📋 copy color: '#492319'

red 73 ◦ green 35 ◦ blue 25

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

Shades of Brown Pod #492319

Tints of Brown Pod #492319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 54.89%
G = 26.32%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492319 (or 0x492319) is known color: Brown Pod. HEX triplet: 49, 23 and 19. RGB value is (73,35,25). Sum of RGB (Red+Green+Blue) = 73+35+25=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #492319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492319 is #B6DCE6. Grayscale: #2D2D2D. Windows color (decimal): -11984103 or 1647433. OLE color: 1647433.

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

Color convert

RGB 73 35 25 -
CMYK 0 0.52 0.66 0.71
HSL 12.5º 0.49% 0.19% -
HSV(B) 12.5º 0.66% 0.29% -
XYZ 3.52 2.69 1.25 -
YUV 45.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 73 35 25 0 0.52 0.66 0.71 12.5 0.49 0.19
Hex 49 23 19 0 34 42 47 C 31 13
Octal 111 43 31 0 64 102 107 14 61 23
Binary 1001001 100011 11001 0 110100 1000010 1000111 1100 110001 10011

Color Harmonies of #492319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492319

Black with #492319

Text Example


Text Example

White with #492319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492319; }

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

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

background-color css

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

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

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

border-color css

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

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

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