Html Css Color HEX #492004 Brown Pod

📋 copy color: '#492004'

red 73 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #492004

Tints of Brown Pod #492004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 66.97%
G = 29.36%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#492004 (or 0x492004) is known color: Brown Pod. HEX triplet: 49, 20 and 04. RGB value is (73,32,4). Sum of RGB (Red+Green+Blue) = 73+32+4=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #492004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492004 is #B6DFFB. Grayscale: #292929. Windows color (decimal): -11984892 or 270409. OLE color: 270409.

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

Color convert

RGB 73 32 4 -
CMYK 0 0.56 0.95 0.71
HSL 24.35º 0.9% 0.15% -
HSV(B) 24.35º 0.95% 0.29% -
XYZ 3.29 2.46 0.42 -
YUV 41.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 73 32 4 0 0.56 0.95 0.71 24.35 0.9 0.15
Hex 49 20 4 0 38 5F 47 18 5A F
Octal 111 40 4 0 70 137 107 30 132 17
Binary 1001001 100000 100 0 111000 1011111 1000111 11000 1011010 1111

Color Harmonies of #492004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492004

Black with #492004

Text Example


Text Example

White with #492004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492004; }

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

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

background-color css

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

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

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

border-color css

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

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

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