Html Css Color HEX #492200 Brown Pod

📋 copy color: '#492200'

red 73 ◦ green 34 ◦ blue 0

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

Shades of Brown Pod #492200

Tints of Brown Pod #492200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

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

R = 68.22%
G = 31.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#492200 (or 0x492200) is known color: Brown Pod. HEX triplet: 49, 22 and 00. RGB value is (73,34,0). Sum of RGB (Red+Green+Blue) = 73+34+0=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #492200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492200 is #B6DDFF. Grayscale: #292929. Windows color (decimal): -11984384 or 8777. OLE color: 8777.

HSL color Cylindrical-coordinate representation of color #492200: hue angle of 27.95º 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 #492200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 0 -
CMYK 0 0.53 1 0.71
HSL 27.95º 1% 0.14% -
HSV(B) 27.95º 1% 0.29% -
XYZ 3.32 2.56 0.32 -
YUV 41.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 73 34 0 0 0.53 1 0.71 27.95 1 0.14
Hex 49 22 0 0 35 64 47 1C 64 E
Octal 111 42 0 0 65 144 107 34 144 16
Binary 1001001 100010 0 0 110101 1100100 1000111 11100 1100100 1110

Color Harmonies of #492200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492200

Black with #492200

Text Example


Text Example

White with #492200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492200; }

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

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

background-color css

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

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

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

border-color css

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

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

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