Html Css Color HEX #707542 Siam

📋 copy color: '#707542'

red 112 ◦ green 117 ◦ blue 66

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

Shades of Siam #707542

Tints of Siam #707542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 37.97%
G = 39.66%
B = 22.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#707542 (or 0x707542) is known color: Siam. HEX triplet: 70, 75 and 42. RGB value is (112,117,66). Sum of RGB (Red+Green+Blue) = 112+117+66=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #707542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707542 is #8F8ABD. Grayscale: #6D6D6D. Windows color (decimal): -9407166 or 4355440. OLE color: 4355440.

HSL color Cylindrical-coordinate representation of color #707542: hue angle of 65.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707542 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 66 -
CMYK 0.04 0 0.44 0.54
HSL 65.88º 0.28% 0.36% -
HSV(B) 65.88º 0.44% 0.46% -
XYZ 14.03 16.56 7.61 -
YUV 109.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 112 117 66 0.04 0 0.44 0.54 65.88 0.28 0.36
Hex 70 75 42 4 0 2C 36 42 1C 24
Octal 160 165 102 4 0 54 66 102 34 44
Binary 1110000 1110101 1000010 100 0 101100 110110 1000010 11100 100100

Color Harmonies of #707542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707542

Black with #707542

Text Example


Text Example

White with #707542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707542; }

 p { color: rgb(112,117,66); }

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

background-color css

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

 a { background-color: rgb(112,117,66); }

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

border-color css

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

 span { border-color: rgb(112,117,66); }

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