#74534A

Color #74534A Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #74534A

Tints of Congo Brown #74534A

Color information

#74534A (or 0x74534A) is unknown color: approx Congo Brown. HEX triplet: 74, 53 and 4A. RGB value is (116,83,74). Sum of RGB (Red+Green+Blue) = 116+83+74=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74534A is #8BACB5. Grayscale: #5B5B5B. Windows color (decimal): -9153718 or 4871028. OLE color: 4871028.

HSL color Cylindrical-coordinate representation of color #74534A: hue angle of 12.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74534A is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1168374-
CMYK00.280.360.55
HSL12.86º22.11%37.25%-
HSV(B)12.86º36.21%45.49%-
XYZ11.5310.397.88-
YUV91.84117.93145.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=42.49%
G=30.40%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116837400.280.360.5512.8622.1137.25
Hex74534A01C2437d1625
Octal1641231120344467152645
Binary111010010100111001010011100100100110111110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74534A; }

 p { color: rgb(116,83,74); }

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

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

 a { background-color: rgb(116,83,74); }

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

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

 span { border-color: rgb(116,83,74); }

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