Html Css Color HEX #492312 Brown Pod

📋 copy color: '#492312'

red 73 ◦ green 35 ◦ blue 18

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

Shades of Brown Pod #492312

Tints of Brown Pod #492312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.78%

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 57.94%
G = 27.78%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#492312 (or 0x492312) is known color: Brown Pod. HEX triplet: 49, 23 and 12. RGB value is (73,35,18). Sum of RGB (Red+Green+Blue) = 73+35+18=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #492312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492312 is #B6DCED. Grayscale: #2C2C2C. Windows color (decimal): -11984110 or 1188681. OLE color: 1188681.

HSL color Cylindrical-coordinate representation of color #492312: hue angle of 18.55º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492312 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 18 -
CMYK 0 0.52 0.75 0.71
HSL 18.55º 0.6% 0.18% -
HSV(B) 18.55º 0.75% 0.29% -
XYZ 3.46 2.66 0.9 -
YUV 44.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 73 35 18 0 0.52 0.75 0.71 18.55 0.6 0.18
Hex 49 23 12 0 34 4B 47 13 3C 12
Octal 111 43 22 0 64 113 107 23 74 22
Binary 1001001 100011 10010 0 110100 1001011 1000111 10011 111100 10010

Color Harmonies of #492312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492312

Black with #492312

Text Example


Text Example

White with #492312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492312; }

 p { color: rgb(73,35,18); }

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

background-color css

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

 a { background-color: rgb(73,35,18); }

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

border-color css

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

 span { border-color: rgb(73,35,18); }

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