Html Css Color HEX #492104 Brown Pod

📋 copy color: '#492104'

red 73 ◦ green 33 ◦ blue 4

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

Shades of Brown Pod #492104

Tints of Brown Pod #492104

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30%

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

R = 66.36%
G = 30%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#492104 (or 0x492104) is known color: Brown Pod. HEX triplet: 49, 21 and 04. RGB value is (73,33,4). Sum of RGB (Red+Green+Blue) = 73+33+4=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #492104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492104 is #B6DEFB. Grayscale: #292929. Windows color (decimal): -11984636 or 270665. OLE color: 270665.

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

Color convert

RGB 73 33 4 -
CMYK 0 0.55 0.95 0.71
HSL 25.22º 0.9% 0.15% -
HSV(B) 25.22º 0.95% 0.29% -
XYZ 3.31 2.51 0.43 -
YUV 41.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 73 33 4 0 0.55 0.95 0.71 25.22 0.9 0.15
Hex 49 21 4 0 37 5F 47 19 5A F
Octal 111 41 4 0 67 137 107 31 132 17
Binary 1001001 100001 100 0 110111 1011111 1000111 11001 1011010 1111

Color Harmonies of #492104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492104

Black with #492104

Text Example


Text Example

White with #492104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492104; }

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

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

background-color css

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

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

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

border-color css

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

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

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