Html Css Color HEX #707949 Siam

📋 copy color: '#707949'

red 112 ◦ green 121 ◦ blue 73

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

Shades of Siam #707949

Tints of Siam #707949

RGB

 RED value IS 112 (44.14% from 255) = 36.6%

 GREEN value IS 121 (47.66% from 255) = 39.54%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 36.6%
G = 39.54%
B = 23.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#707949 (or 0x707949) is known color: Siam. HEX triplet: 70, 79 and 49. RGB value is (112,121,73). Sum of RGB (Red+Green+Blue) = 112+121+73=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #707949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707949 is #8F86B6. Grayscale: #717171. Windows color (decimal): -9406135 or 4815216. OLE color: 4815216.

HSL color Cylindrical-coordinate representation of color #707949: hue angle of 71.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707949 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 73 -
CMYK 0.07 0 0.40 0.53
HSL 71.25º 0.25% 0.38% -
HSV(B) 71.25º 0.4% 0.47% -
XYZ 14.72 17.6 8.92 -
YUV 112.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 112 121 73 0.07 0 0.40 0.53 71.25 0.25 0.38
Hex 70 79 49 7 0 28 35 47 19 26
Octal 160 171 111 7 0 50 65 107 31 46
Binary 1110000 1111001 1001001 111 0 101000 110101 1000111 11001 100110

Color Harmonies of #707949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707949

Black with #707949

Text Example


Text Example

White with #707949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707949; }

 p { color: rgb(112,121,73); }

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

background-color css

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

 a { background-color: rgb(112,121,73); }

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

border-color css

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

 span { border-color: rgb(112,121,73); }

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