Html Css Color HEX #707153 Siam

📋 copy color: '#707153'

red 112 ◦ green 113 ◦ blue 83

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

Shades of Siam #707153

Tints of Siam #707153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 36.36%
G = 36.69%
B = 26.95%

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

#707153 (or 0x707153) is known color: Siam. HEX triplet: 70, 71 and 53. RGB value is (112,113,83). Sum of RGB (Red+Green+Blue) = 112+113+83=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 113 - color contains mainly: green. Hex color #707153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707153 is #8F8EAC. Grayscale: #6D6D6D. Windows color (decimal): -9408173 or 5468528. OLE color: 5468528.

HSL color Cylindrical-coordinate representation of color #707153: hue angle of 62º degrees, saturation: 0.15, 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 #707153 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 83 -
CMYK 0.01 0 0.27 0.56
HSL 62º 0.15% 0.38% -
HSV(B) 62º 0.27% 0.44% -
XYZ 14.15 15.88 10.5 -
YUV 109.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 112 113 83 0.01 0 0.27 0.56 62 0.15 0.38
Hex 70 71 53 1 0 1B 38 3E F 26
Octal 160 161 123 1 0 33 70 76 17 46
Binary 1110000 1110001 1010011 1 0 11011 111000 111110 1111 100110

Color Harmonies of #707153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707153

Black with #707153

Text Example


Text Example

White with #707153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707153; }

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

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

background-color css

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

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

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

border-color css

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

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

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