#755F38

Color #755F38 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #755F38

Tints of Yellow Metal #755F38

Color information

#755F38 (or 0x755F38) is unknown color: approx Yellow Metal. HEX triplet: 75, 5F and 38. RGB value is (117,95,56). Sum of RGB (Red+Green+Blue) = 117+95+56=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F38 is #8AA0C7. Grayscale: #616161. Windows color (decimal): -9085128 or 3694453. OLE color: 3694453.

HSL color Cylindrical-coordinate representation of color #755F38: hue angle of 38.36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755F38 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB1179556-
CMYK00.190.520.54
HSL38.36º35.26%33.92%-
HSV(B)38.36º52.14%45.88%-
XYZ12.1412.255.47-
YUV97.13104.79142.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 95 (37.5% from 255) = 35.45%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=43.66%
G=35.45%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117955600.190.520.5438.3635.2633.92
Hex755F380133436262322
Octal165137700236466464342
Binary11101011011111111000010011110100110110100110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F38; }

 p { color: rgb(117,95,56); }

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

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

 a { background-color: rgb(117,95,56); }

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

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

 span { border-color: rgb(117,95,56); }

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