Html Css Color HEX #707152 Siam

📋 copy color: '#707152'

red 112 ◦ green 113 ◦ blue 82

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

Shades of Siam #707152

Tints of Siam #707152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 36.48%
G = 36.81%
B = 26.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#707152 (or 0x707152) is known color: Siam. HEX triplet: 70, 71 and 52. RGB value is (112,113,82). Sum of RGB (Red+Green+Blue) = 112+113+82=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #707152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707152 is #8F8EAD. Grayscale: #6D6D6D. Windows color (decimal): -9408174 or 5402992. OLE color: 5402992.

HSL color Cylindrical-coordinate representation of color #707152: hue angle of 61.94º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707152 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 82 -
CMYK 0.01 0 0.27 0.56
HSL 61.94º 0.16% 0.38% -
HSV(B) 61.94º 0.27% 0.44% -
XYZ 14.11 15.86 10.3 -
YUV 109.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 112 113 82 0.01 0 0.27 0.56 61.94 0.16 0.38
Hex 70 71 52 1 0 1B 38 3E 10 26
Octal 160 161 122 1 0 33 70 76 20 46
Binary 1110000 1110001 1010010 1 0 11011 111000 111110 10000 100110

Color Harmonies of #707152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707152

Black with #707152

Text Example


Text Example

White with #707152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707152; }

 p { color: rgb(112,113,82); }

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

background-color css

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

 a { background-color: rgb(112,113,82); }

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

border-color css

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

 span { border-color: rgb(112,113,82); }

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