Html Css Color HEX #707849 Siam

📋 copy color: '#707849'

red 112 ◦ green 120 ◦ blue 73

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

Shades of Siam #707849

Tints of Siam #707849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 36.72%
G = 39.34%
B = 23.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#707849 (or 0x707849) is known color: Siam. HEX triplet: 70, 78 and 49. RGB value is (112,120,73). Sum of RGB (Red+Green+Blue) = 112+120+73=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #707849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707849 is #8F87B6. Grayscale: #707070. Windows color (decimal): -9406391 or 4814960. OLE color: 4814960.

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

Color convert

RGB 112 120 73 -
CMYK 0.07 0 0.39 0.53
HSL 70.21º 0.24% 0.38% -
HSV(B) 70.21º 0.39% 0.47% -
XYZ 14.6 17.36 8.88 -
YUV 112.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 112 120 73 0.07 0 0.39 0.53 70.21 0.24 0.38
Hex 70 78 49 7 0 27 35 46 18 26
Octal 160 170 111 7 0 47 65 106 30 46
Binary 1110000 1111000 1001001 111 0 100111 110101 1000110 11000 100110

Color Harmonies of #707849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707849

Black with #707849

Text Example


Text Example

White with #707849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707849; }

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

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

background-color css

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

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

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

border-color css

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

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

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