#745834

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

Shades of Shingle Fawn #745834

Tints of Shingle Fawn #745834

Color information

#745834 (or 0x745834) is unknown color: approx Shingle Fawn. HEX triplet: 74, 58 and 34. RGB value is (116,88,52). Sum of RGB (Red+Green+Blue) = 116+88+52=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745834 is #8BA7CB. Grayscale: #5C5C5C. Windows color (decimal): -9152460 or 3430516. OLE color: 3430516.

HSL color Cylindrical-coordinate representation of color #745834: hue angle of 33.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745834 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1168852-
CMYK00.240.550.55
HSL33.75º38.1%32.94%-
HSV(B)33.75º55.17%45.49%-
XYZ11.3110.944.76-
YUV92.27105.28144.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 52 (20.70% from 255) = 20.31%
R=45.31%
G=34.38%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116885200.240.550.5533.7538.132.94
Hex7458340183737222621
Octal164130640306767424641
Binary11101001011000110100011000110111110111100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745834; }

 p { color: rgb(116,88,52); }

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

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

 a { background-color: rgb(116,88,52); }

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

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

 span { border-color: rgb(116,88,52); }

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