#4A3641

Color #4A3641 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4A3641

Tints of Barossa #4A3641

Color information

#4A3641 (or 0x4A3641) is unknown color: approx Barossa. HEX triplet: 4A, 36 and 41. RGB value is (74,54,65). Sum of RGB (Red+Green+Blue) = 74+54+65=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3641 is #B5C9BE. Grayscale: #3D3D3D. Windows color (decimal): -11913663 or 4273738. OLE color: 4273738.

HSL color Cylindrical-coordinate representation of color #4A3641: hue angle of 327º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A3641 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB745465-
CMYK00.270.120.71
HSL327º15.63%25.1%-
HSV(B)327º27.03%29.02%-
XYZ5.14.485.6-
YUV61.23130.13137.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=38.34%
G=27.98%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74546500.270.120.7132715.6325.1
Hex4A364101BC471471019
Octal11266101033141075072031
Binary10010101101101000001011011110010001111010001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3641; }

 p { color: rgb(74,54,65); }

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

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

 a { background-color: rgb(74,54,65); }

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

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

 span { border-color: rgb(74,54,65); }

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