Html Css Color HEX #70744B Siam

📋 copy color: '#70744B'

red 112 ◦ green 116 ◦ blue 75

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

Shades of Siam #70744B

Tints of Siam #70744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 36.96%
G = 38.28%
B = 24.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#70744B (or 0x70744B) is known color: Siam. HEX triplet: 70, 74 and 4B. RGB value is (112,116,75). Sum of RGB (Red+Green+Blue) = 112+116+75=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #70744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70744B is #8F8BB4. Grayscale: #6E6E6E. Windows color (decimal): -9407413 or 4945008. OLE color: 4945008.

HSL color Cylindrical-coordinate representation of color #70744B: hue angle of 65.85º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70744B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 75 -
CMYK 0.03 0 0.35 0.55
HSL 65.85º 0.21% 0.37% -
HSV(B) 65.85º 0.35% 0.45% -
XYZ 14.2 16.44 9.08 -
YUV 110.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 112 116 75 0.03 0 0.35 0.55 65.85 0.21 0.37
Hex 70 74 4B 3 0 23 37 42 15 25
Octal 160 164 113 3 0 43 67 102 25 45
Binary 1110000 1110100 1001011 11 0 100011 110111 1000010 10101 100101

Color Harmonies of #70744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70744B

Black with #70744B

Text Example


Text Example

White with #70744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70744B; }

 p { color: rgb(112,116,75); }

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

background-color css

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

 a { background-color: rgb(112,116,75); }

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

border-color css

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

 span { border-color: rgb(112,116,75); }

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