Html Css Color HEX #492102 Brown Pod

📋 copy color: '#492102'

red 73 ◦ green 33 ◦ blue 2

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

Shades of Brown Pod #492102

Tints of Brown Pod #492102

RGB

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

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

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

R = 67.59%
G = 30.56%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#492102 (or 0x492102) is known color: Brown Pod. HEX triplet: 49, 21 and 02. RGB value is (73,33,2). Sum of RGB (Red+Green+Blue) = 73+33+2=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #492102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492102 is #B6DEFD. Grayscale: #292929. Windows color (decimal): -11984638 or 139593. OLE color: 139593.

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

Color convert

RGB 73 33 2 -
CMYK 0 0.55 0.97 0.71
HSL 26.2º 0.95% 0.15% -
HSV(B) 26.2º 0.97% 0.29% -
XYZ 3.3 2.51 0.37 -
YUV 41.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 73 33 2 0 0.55 0.97 0.71 26.2 0.95 0.15
Hex 49 21 2 0 37 61 47 1A 5F F
Octal 111 41 2 0 67 141 107 32 137 17
Binary 1001001 100001 10 0 110111 1100001 1000111 11010 1011111 1111

Color Harmonies of #492102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492102

Black with #492102

Text Example


Text Example

White with #492102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492102; }

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

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

background-color css

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

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

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

border-color css

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

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

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