Html Css Color HEX #706048 Soya Bean

📋 copy color: '#706048'

red 112 ◦ green 96 ◦ blue 72

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

Shades of Soya Bean #706048

Tints of Soya Bean #706048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 40%
G = 34.29%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#706048 (or 0x706048) is known color: Soya Bean. HEX triplet: 70, 60 and 48. RGB value is (112,96,72). Sum of RGB (Red+Green+Blue) = 112+96+72=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706048 is #8F9FB7. Grayscale: #626262. Windows color (decimal): -9412536 or 4743280. OLE color: 4743280.

HSL color Cylindrical-coordinate representation of color #706048: hue angle of 36º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706048 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 72 -
CMYK 0 0.14 0.36 0.56
HSL 36º 0.22% 0.36% -
HSV(B) 36º 0.36% 0.44% -
XYZ 12.03 12.28 7.87 -
YUV 98.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 112 96 72 0 0.14 0.36 0.56 36 0.22 0.36
Hex 70 60 48 0 E 24 38 24 16 24
Octal 160 140 110 0 16 44 70 44 26 44
Binary 1110000 1100000 1001000 0 1110 100100 111000 100100 10110 100100

Color Harmonies of #706048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706048

Black with #706048

Text Example


Text Example

White with #706048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706048; }

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

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

background-color css

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

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

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

border-color css

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

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

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