Html Css Color HEX #707841 Siam

📋 copy color: '#707841'

red 112 ◦ green 120 ◦ blue 65

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

Shades of Siam #707841

Tints of Siam #707841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 37.71%
G = 40.4%
B = 21.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#707841 (or 0x707841) is known color: Siam. HEX triplet: 70, 78 and 41. RGB value is (112,120,65). Sum of RGB (Red+Green+Blue) = 112+120+65=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #707841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707841 is #8F87BE. Grayscale: #6F6F6F. Windows color (decimal): -9406399 or 4290672. OLE color: 4290672.

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

Color convert

RGB 112 120 65 -
CMYK 0.07 0 0.46 0.53
HSL 68.73º 0.3% 0.36% -
HSV(B) 68.73º 0.46% 0.47% -
XYZ 14.35 17.26 7.58 -
YUV 111.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 112 120 65 0.07 0 0.46 0.53 68.73 0.3 0.36
Hex 70 78 41 7 0 2E 35 45 1E 24
Octal 160 170 101 7 0 56 65 105 36 44
Binary 1110000 1111000 1000001 111 0 101110 110101 1000101 11110 100100

Color Harmonies of #707841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707841

Black with #707841

Text Example


Text Example

White with #707841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707841; }

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

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

background-color css

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

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

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

border-color css

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

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

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