#745234

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

Shades of Shingle Fawn #745234

Tints of Shingle Fawn #745234

Color information

#745234 (or 0x745234) is unknown color: approx Shingle Fawn. HEX triplet: 74, 52 and 34. RGB value is (116,82,52). Sum of RGB (Red+Green+Blue) = 116+82+52=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745234 is #8BADCB. Grayscale: #585858. Windows color (decimal): -9153996 or 3428980. OLE color: 3428980.

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

Color convert

RGB1168252-
CMYK00.290.550.55
HSL28.13º38.1%32.94%-
HSV(B)28.13º55.17%45.49%-
XYZ10.84104.61-
YUV88.75107.26147.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=46.4%
G=32.8%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116825200.290.550.5528.1338.132.94
Hex74523401D37371c2621
Octal164122640356767344641
Binary1110100101001011010001110111011111011111100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745234; }

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

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

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

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

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

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

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

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