#765730

Color #765730 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #765730

Tints of Shingle Fawn #765730

Color information

#765730 (or 0x765730) is unknown color: approx Shingle Fawn. HEX triplet: 76, 57 and 30. RGB value is (118,87,48). Sum of RGB (Red+Green+Blue) = 118+87+48=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #765730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765730 is #89A8CF. Grayscale: #5C5C5C. Windows color (decimal): -9021648 or 3168118. OLE color: 3168118.

HSL color Cylindrical-coordinate representation of color #765730: hue angle of 33.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765730 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1188748-
CMYK00.260.590.54
HSL33.43º42.17%32.55%-
HSV(B)33.43º59.32%46.27%-
XYZ11.4110.884.3-
YUV91.82103.27146.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=46.64%
G=34.39%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118874800.260.590.5433.4342.1732.55
Hex76573001A3B36212a21
Octal166127600327366415241
Binary11101101010111110000011010111011110110100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765730; }

 p { color: rgb(118,87,48); }

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

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

 a { background-color: rgb(118,87,48); }

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

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

 span { border-color: rgb(118,87,48); }

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