#765430

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

Shades of Shingle Fawn #765430

Tints of Shingle Fawn #765430

Color information

#765430 (or 0x765430) is unknown color: approx Shingle Fawn. HEX triplet: 76, 54 and 30. RGB value is (118,84,48). Sum of RGB (Red+Green+Blue) = 118+84+48=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765430 is #89ABCF. Grayscale: #5A5A5A. Windows color (decimal): -9022416 or 3167350. OLE color: 3167350.

HSL color Cylindrical-coordinate representation of color #765430: hue angle of 30.86º 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 #765430 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1188448-
CMYK00.290.590.54
HSL30.86º42.17%32.55%-
HSV(B)30.86º59.32%46.27%-
XYZ11.1810.414.22-
YUV90.06104.26147.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=47.2%
G=33.6%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118844800.290.590.5430.8642.1732.55
Hex76543001D3B361f2a21
Octal166124600357366375241
Binary1110110101010011000001110111101111011011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765430; }

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

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

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

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

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

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

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

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