#745833

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

Shades of Shingle Fawn #745833

Tints of Shingle Fawn #745833

Color information

#745833 (or 0x745833) is unknown color: approx Shingle Fawn. HEX triplet: 74, 58 and 33. RGB value is (116,88,51). Sum of RGB (Red+Green+Blue) = 116+88+51=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #745833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745833 is #8BA7CC. Grayscale: #5C5C5C. Windows color (decimal): -9152461 or 3364980. OLE color: 3364980.

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

Color convert

RGB1168851-
CMYK00.240.560.55
HSL34.15º38.92%32.75%-
HSV(B)34.15º56.03%45.49%-
XYZ11.2910.934.65-
YUV92.15104.78145.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 51 (20.31% from 255) = 20%
R=45.49%
G=34.51%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116885100.240.560.5534.1538.9232.75
Hex7458330183837222721
Octal164130630307067424741
Binary11101001011000110011011000111000110111100010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745833; }

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

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

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

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

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

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

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

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