#4B2C3F

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

Shades of Barossa #4B2C3F

Tints of Barossa #4B2C3F

Color information

#4B2C3F (or 0x4B2C3F) is unknown color: approx Barossa. HEX triplet: 4B, 2C and 3F. RGB value is (75,44,63). Sum of RGB (Red+Green+Blue) = 75+44+63=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C3F is #B4D3C0. Grayscale: #373737. Windows color (decimal): -11850689 or 4140107. OLE color: 4140107.

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

Color convert

RGB754463-
CMYK00.410.160.71
HSL323.23º26.05%23.33%-
HSV(B)323.23º41.33%29.41%-
XYZ4.73.665.16-
YUV55.44132.27141.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 63 (25% from 255) = 34.62%
R=41.21%
G=24.18%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75446300.410.160.71323.2326.0523.33
Hex4B2C3F02910471431a17
Octal1135477051201075033227
Binary100101110110011111101010011000010001111010000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,44,63); }

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

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

 a { background-color: rgb(75,44,63); }

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

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

 span { border-color: rgb(75,44,63); }

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