Html Css Color HEX #492000 Brown Pod

📋 copy color: '#492000'

red 73 ◦ green 32 ◦ blue 0

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

Shades of Brown Pod #492000

Tints of Brown Pod #492000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.52%
G = 30.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#492000 (or 0x492000) is known color: Brown Pod. HEX triplet: 49, 20 and 00. RGB value is (73,32,0). Sum of RGB (Red+Green+Blue) = 73+32+0=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #492000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492000 is #B6DFFF. Grayscale: #282828. Windows color (decimal): -11984896 or 8265. OLE color: 8265.

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

Color convert

RGB 73 32 0 -
CMYK 0 0.56 1 0.71
HSL 26.3º 1% 0.14% -
HSV(B) 26.3º 1% 0.29% -
XYZ 3.26 2.45 0.3 -
YUV 40.61 105.08 151.1 -
System Red Green Blue C M Y K H S L
Decimal 73 32 0 0 0.56 1 0.71 26.3 1 0.14
Hex 49 20 0 0 38 64 47 1A 64 E
Octal 111 40 0 0 70 144 107 32 144 16
Binary 1001001 100000 0 0 111000 1100100 1000111 11010 1100100 1110

Color Harmonies of #492000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492000

Black with #492000

Text Example


Text Example

White with #492000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492000; }

 p { color: rgb(73,32,0); }

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

background-color css

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

 a { background-color: rgb(73,32,0); }

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

border-color css

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

 span { border-color: rgb(73,32,0); }

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