#4B2A3E

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

Shades of Barossa #4B2A3E

Tints of Barossa #4B2A3E

Color information

#4B2A3E (or 0x4B2A3E) is unknown color: approx Barossa. HEX triplet: 4B, 2A and 3E. RGB value is (75,42,62). Sum of RGB (Red+Green+Blue) = 75+42+62=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A3E is #B4D5C1. Grayscale: #363636. Windows color (decimal): -11851202 or 4074059. OLE color: 4074059.

HSL color Cylindrical-coordinate representation of color #4B2A3E: hue angle of 323.64º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B2A3E is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB754262-
CMYK00.440.170.71
HSL323.64º28.21%22.94%-
HSV(B)323.64º44%29.41%-
XYZ4.63.54.99-
YUV54.15132.43142.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.90%
GREEN value IS 42 (16.80% from 255) = 23.46%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=41.90%
G=23.46%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75426200.440.170.71323.6428.2122.94
Hex4B2A3E02C11471441c17
Octal1135276054211075043427
Binary100101110101011111001011001000110001111010001001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,62); }

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

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

 a { background-color: rgb(75,42,62); }

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

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

 span { border-color: rgb(75,42,62); }

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