#4A2436

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

Shades of Barossa #4A2436

Tints of Barossa #4A2436

Color information

#4A2436 (or 0x4A2436) is unknown color: approx Barossa. HEX triplet: 4A, 24 and 36. RGB value is (74,36,54). Sum of RGB (Red+Green+Blue) = 74+36+54=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2436 is #B5DBC9. Grayscale: #313131. Windows color (decimal): -11918282 or 3548234. OLE color: 3548234.

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

Color convert

RGB743654-
CMYK00.510.270.71
HSL331.58º34.55%21.57%-
HSV(B)331.58º51.35%29.02%-
XYZ4.122.983.85-
YUV49.41130.59145.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 45.12%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=45.12%
G=21.95%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74365400.510.270.71331.5834.5521.57
Hex4A24360331B4714c2316
Octal1124466063331075144326
Binary1001010100100110110011001111011100011110100110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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