Html Css Color HEX #707848 Siam

📋 copy color: '#707848'

red 112 ◦ green 120 ◦ blue 72

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

Shades of Siam #707848

Tints of Siam #707848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 36.84%
G = 39.47%
B = 23.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#707848 (or 0x707848) is known color: Siam. HEX triplet: 70, 78 and 48. RGB value is (112,120,72). Sum of RGB (Red+Green+Blue) = 112+120+72=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #707848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707848 is #8F87B7. Grayscale: #707070. Windows color (decimal): -9406392 or 4749424. OLE color: 4749424.

HSL color Cylindrical-coordinate representation of color #707848: hue angle of 70º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707848 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 120 72 -
CMYK 0.07 0 0.40 0.53
HSL 70º 0.25% 0.38% -
HSV(B) 70º 0.4% 0.47% -
XYZ 14.57 17.35 8.71 -
YUV 112.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 112 120 72 0.07 0 0.40 0.53 70 0.25 0.38
Hex 70 78 48 7 0 28 35 46 19 26
Octal 160 170 110 7 0 50 65 106 31 46
Binary 1110000 1111000 1001000 111 0 101000 110101 1000110 11001 100110

Color Harmonies of #707848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707848

Black with #707848

Text Example


Text Example

White with #707848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707848; }

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

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

background-color css

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

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

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

border-color css

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

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

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