Html Css Color HEX #492203 Brown Pod

📋 copy color: '#492203'

red 73 ◦ green 34 ◦ blue 3

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

Shades of Brown Pod #492203

Tints of Brown Pod #492203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.73%

R = 66.36%
G = 30.91%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#492203 (or 0x492203) is known color: Brown Pod. HEX triplet: 49, 22 and 03. RGB value is (73,34,3). Sum of RGB (Red+Green+Blue) = 73+34+3=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492203 is #B6DDFC. Grayscale: #2A2A2A. Windows color (decimal): -11984381 or 205385. OLE color: 205385.

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

Color convert

RGB 73 34 3 -
CMYK 0 0.53 0.96 0.71
HSL 26.57º 0.92% 0.15% -
HSV(B) 26.57º 0.96% 0.29% -
XYZ 3.34 2.57 0.41 -
YUV 42.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 73 34 3 0 0.53 0.96 0.71 26.57 0.92 0.15
Hex 49 22 3 0 35 60 47 1B 5C F
Octal 111 42 3 0 65 140 107 33 134 17
Binary 1001001 100010 11 0 110101 1100000 1000111 11011 1011100 1111

Color Harmonies of #492203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492203

Black with #492203

Text Example


Text Example

White with #492203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492203; }

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

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

background-color css

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

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

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

border-color css

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

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

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