Html Css Color HEX #492302 Brown Pod

📋 copy color: '#492302'

red 73 ◦ green 35 ◦ blue 2

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

Shades of Brown Pod #492302

Tints of Brown Pod #492302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 66.36%
G = 31.82%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#492302 (or 0x492302) is known color: Brown Pod. HEX triplet: 49, 23 and 02. RGB value is (73,35,2). Sum of RGB (Red+Green+Blue) = 73+35+2=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492302 is #B6DCFD. Grayscale: #2A2A2A. Windows color (decimal): -11984126 or 140105. OLE color: 140105.

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

Color convert

RGB 73 35 2 -
CMYK 0 0.52 0.97 0.71
HSL 27.89º 0.95% 0.15% -
HSV(B) 27.89º 0.97% 0.29% -
XYZ 3.36 2.62 0.39 -
YUV 42.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 73 35 2 0 0.52 0.97 0.71 27.89 0.95 0.15
Hex 49 23 2 0 34 61 47 1C 5F F
Octal 111 43 2 0 64 141 107 34 137 17
Binary 1001001 100011 10 0 110100 1100001 1000111 11100 1011111 1111

Color Harmonies of #492302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492302

Black with #492302

Text Example


Text Example

White with #492302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492302; }

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

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

background-color css

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

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

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

border-color css

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

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

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