Html Css Color HEX #707345 Siam

📋 copy color: '#707345'

red 112 ◦ green 115 ◦ blue 69

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

Shades of Siam #707345

Tints of Siam #707345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 37.84%
G = 38.85%
B = 23.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#707345 (or 0x707345) is known color: Siam. HEX triplet: 70, 73 and 45. RGB value is (112,115,69). Sum of RGB (Red+Green+Blue) = 112+115+69=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #707345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707345 is #8F8CBA. Grayscale: #6D6D6D. Windows color (decimal): -9407675 or 4551536. OLE color: 4551536.

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

Color convert

RGB 112 115 69 -
CMYK 0.03 0 0.4 0.55
HSL 63.91º 0.25% 0.36% -
HSV(B) 63.91º 0.4% 0.45% -
XYZ 13.89 16.14 8.01 -
YUV 108.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 112 115 69 0.03 0 0.4 0.55 63.91 0.25 0.36
Hex 70 73 45 3 0 28 37 40 19 24
Octal 160 163 105 3 0 50 67 100 31 44
Binary 1110000 1110011 1000101 11 0 101000 110111 1000000 11001 100100

Color Harmonies of #707345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707345

Black with #707345

Text Example


Text Example

White with #707345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707345; }

 p { color: rgb(112,115,69); }

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

background-color css

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

 a { background-color: rgb(112,115,69); }

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

border-color css

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

 span { border-color: rgb(112,115,69); }

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