#74583D

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

Shades of Shingle Fawn #74583D

Tints of Shingle Fawn #74583D

Color information

#74583D (or 0x74583D) is unknown color: approx Shingle Fawn. HEX triplet: 74, 58 and 3D. RGB value is (116,88,61). Sum of RGB (Red+Green+Blue) = 116+88+61=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74583D is #8BA7C2. Grayscale: #5D5D5D. Windows color (decimal): -9152451 or 4020340. OLE color: 4020340.

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

Color convert

RGB1168861-
CMYK00.240.470.55
HSL29.45º31.07%34.71%-
HSV(B)29.45º47.41%45.49%-
XYZ11.5311.035.94-
YUV93.29109.78144.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=43.77%
G=33.21%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116886100.240.470.5529.4531.0734.71
Hex74583D0182F371d1f23
Octal164130750305767353743
Binary111010010110001111010110001011111101111110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74583D; }

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

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

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

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

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

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

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

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