Html Css Color HEX #492307 Brown Pod

📋 copy color: '#492307'

red 73 ◦ green 35 ◦ blue 7

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

Shades of Brown Pod #492307

Tints of Brown Pod #492307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 63.48%
G = 30.43%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#492307 (or 0x492307) is known color: Brown Pod. HEX triplet: 49, 23 and 07. RGB value is (73,35,7). Sum of RGB (Red+Green+Blue) = 73+35+7=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492307 is #B6DCF8. Grayscale: #2B2B2B. Windows color (decimal): -11984121 or 467785. OLE color: 467785.

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

Color convert

RGB 73 35 7 -
CMYK 0 0.52 0.90 0.71
HSL 25.45º 0.83% 0.16% -
HSV(B) 25.45º 0.9% 0.29% -
XYZ 3.39 2.63 0.53 -
YUV 43.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 73 35 7 0 0.52 0.90 0.71 25.45 0.83 0.16
Hex 49 23 7 0 34 5A 47 19 52 10
Octal 111 43 7 0 64 132 107 31 122 20
Binary 1001001 100011 111 0 110100 1011010 1000111 11001 1010010 10000

Color Harmonies of #492307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492307

Black with #492307

Text Example


Text Example

White with #492307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492307; }

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

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

background-color css

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

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

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

border-color css

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

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

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