Html Css Color HEX #492001 Brown Pod

📋 copy color: '#492001'

red 73 ◦ green 32 ◦ blue 1

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

Shades of Brown Pod #492001

Tints of Brown Pod #492001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.94%

R = 68.87%
G = 30.19%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#492001 (or 0x492001) is known color: Brown Pod. HEX triplet: 49, 20 and 01. RGB value is (73,32,1). Sum of RGB (Red+Green+Blue) = 73+32+1=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #492001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492001 is #B6DFFE. Grayscale: #282828. Windows color (decimal): -11984895 or 73801. OLE color: 73801.

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

Color convert

RGB 73 32 1 -
CMYK 0 0.56 0.99 0.71
HSL 25.83º 0.97% 0.15% -
HSV(B) 25.83º 0.99% 0.29% -
XYZ 3.27 2.45 0.33 -
YUV 40.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 73 32 1 0 0.56 0.99 0.71 25.83 0.97 0.15
Hex 49 20 1 0 38 63 47 1A 61 F
Octal 111 40 1 0 70 143 107 32 141 17
Binary 1001001 100000 1 0 111000 1100011 1000111 11010 1100001 1111

Color Harmonies of #492001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492001

Black with #492001

Text Example


Text Example

White with #492001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492001; }

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

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

background-color css

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

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

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

border-color css

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

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

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