#5A4743

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

Shades of Congo Brown #5A4743

Tints of Congo Brown #5A4743

Color information

#5A4743 (or 0x5A4743) is unknown color: approx Congo Brown. HEX triplet: 5A, 47 and 43. RGB value is (90,71,67). Sum of RGB (Red+Green+Blue) = 90+71+67=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4743 is #A5B8BC. Grayscale: #4C4C4C. Windows color (decimal): -10860733 or 4409178. OLE color: 4409178.

HSL color Cylindrical-coordinate representation of color #5A4743: hue angle of 10.43º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A4743 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB907167-
CMYK00.210.260.65
HSL10.43º14.65%30.78%-
HSV(B)10.43º25.56%35.29%-
XYZ7.487.096.28-
YUV76.23122.79137.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=39.47%
G=31.14%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90716700.210.260.6510.4314.6530.78
Hex5A47430151A41af1f
Octal13210710302532101121737
Binary1011010100011110000110101011101010000011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4743; }

 p { color: rgb(90,71,67); }

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

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

 a { background-color: rgb(90,71,67); }

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

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

 span { border-color: rgb(90,71,67); }

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