Html Css Color HEX #492308 Brown Pod

📋 copy color: '#492308'

red 73 ◦ green 35 ◦ blue 8

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

Shades of Brown Pod #492308

Tints of Brown Pod #492308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 62.93%
G = 30.17%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#492308 (or 0x492308) is known color: Brown Pod. HEX triplet: 49, 23 and 08. RGB value is (73,35,8). Sum of RGB (Red+Green+Blue) = 73+35+8=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #492308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492308 is #B6DCF7. Grayscale: #2B2B2B. Windows color (decimal): -11984120 or 533321. OLE color: 533321.

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

Color convert

RGB 73 35 8 -
CMYK 0 0.52 0.89 0.71
HSL 24.92º 0.8% 0.16% -
HSV(B) 24.92º 0.89% 0.29% -
XYZ 3.39 2.64 0.56 -
YUV 43.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 73 35 8 0 0.52 0.89 0.71 24.92 0.8 0.16
Hex 49 23 8 0 34 59 47 19 50 10
Octal 111 43 10 0 64 131 107 31 120 20
Binary 1001001 100011 1000 0 110100 1011001 1000111 11001 1010000 10000

Color Harmonies of #492308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492308

Black with #492308

Text Example


Text Example

White with #492308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492308; }

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

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

background-color css

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

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

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

border-color css

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

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

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