Html Css Color HEX #492105 Brown Pod

📋 copy color: '#492105'

red 73 ◦ green 33 ◦ blue 5

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

Shades of Brown Pod #492105

Tints of Brown Pod #492105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 65.77%
G = 29.73%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#492105 (or 0x492105) is known color: Brown Pod. HEX triplet: 49, 21 and 05. RGB value is (73,33,5). Sum of RGB (Red+Green+Blue) = 73+33+5=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492105 is #B6DEFA. Grayscale: #292929. Windows color (decimal): -11984635 or 336201. OLE color: 336201.

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

Color convert

RGB 73 33 5 -
CMYK 0 0.55 0.93 0.71
HSL 24.71º 0.87% 0.15% -
HSV(B) 24.71º 0.93% 0.29% -
XYZ 3.32 2.52 0.45 -
YUV 41.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 73 33 5 0 0.55 0.93 0.71 24.71 0.87 0.15
Hex 49 21 5 0 37 5D 47 19 57 F
Octal 111 41 5 0 67 135 107 31 127 17
Binary 1001001 100001 101 0 110111 1011101 1000111 11001 1010111 1111

Color Harmonies of #492105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492105

Black with #492105

Text Example


Text Example

White with #492105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492105; }

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

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

background-color css

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

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

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

border-color css

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

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

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