#75624A

Color #75624A Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #75624A

Tints of Soya Bean #75624A

Color information

#75624A (or 0x75624A) is unknown color: approx Soya Bean. HEX triplet: 75, 62 and 4A. RGB value is (117,98,74). Sum of RGB (Red+Green+Blue) = 117+98+74=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75624A is #8A9DB5. Grayscale: #656565. Windows color (decimal): -9084342 or 4874869. OLE color: 4874869.

HSL color Cylindrical-coordinate representation of color #75624A: hue angle of 33.49º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75624A is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1179874-
CMYK00.160.370.54
HSL33.49º22.51%37.45%-
HSV(B)33.49º36.75%45.88%-
XYZ12.9413.018.31-
YUV100.94112.79139.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=40.48%
G=33.91%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117987400.160.370.5433.4922.5137.45
Hex75624A0102536211725
Octal1651421120204566412745
Binary11101011100010100101001000010010111011010000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75624A; }

 p { color: rgb(117,98,74); }

 H1.HeaderClassName
 {
   color: #75624A;
 }
 .AnyTagClassName
 {
   color: #75624A;
 }
</style>
background-color css

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

 a { background-color: rgb(117,98,74); }

 div.DivClassName
 {
   background-color: #75624A;
 }
 .BgClassName
 {
   background-color: #75624A;
 }
</style>
border-color css

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

 span { border-color: rgb(117,98,74); }

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