#707448

Color #707448 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #707448

Tints of Siam #707448

Color information

#707448 (or 0x707448) is unknown color: approx Siam. HEX triplet: 70, 74 and 48. RGB value is (112,116,72). Sum of RGB (Red+Green+Blue) = 112+116+72=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #707448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707448 is #8F8BB7. Grayscale: #6D6D6D. Windows color (decimal): -9407416 or 4748400. OLE color: 4748400.

HSL color Cylindrical-coordinate representation of color #707448: hue angle of 65.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707448 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11211672-
CMYK0.0300.380.55
HSL65.45º23.4%36.86%-
HSV(B)65.45º37.93%45.49%-
XYZ14.116.48.55-
YUV109.79106.67129.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 72 (28.52% from 255) = 24%
R=37.33%
G=38.67%
B=24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116720.0300.380.5565.4523.436.86
Hex707448302637411725
Octal1601641103046671012745
Binary111000011101001001000110100110110111100000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707448; }

 p { color: rgb(112,116,72); }

 H1.HeaderClassName
 {
   color: #707448;
 }
 .AnyTagClassName
 {
   color: #707448;
 }
</style>
background-color css

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

 a { background-color: rgb(112,116,72); }

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

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

 span { border-color: rgb(112,116,72); }

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