#4B2E3A

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

Shades of Barossa #4B2E3A

Tints of Barossa #4B2E3A

Color information

#4B2E3A (or 0x4B2E3A) is unknown color: approx Barossa. HEX triplet: 4B, 2E and 3A. RGB value is (75,46,58). Sum of RGB (Red+Green+Blue) = 75+46+58=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E3A is #B4D1C5. Grayscale: #383838. Windows color (decimal): -11850182 or 3812939. OLE color: 3812939.

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

Color convert

RGB754658-
CMYK00.390.230.71
HSL335.17º23.97%23.73%-
HSV(B)335.17º38.67%29.41%-
XYZ4.643.764.48-
YUV56.04129.11141.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.90%
GREEN value IS 46 (18.36% from 255) = 25.70%
BLUE value IS 58 (23.05% from 255) = 32.40%
R=41.90%
G=25.70%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75465800.390.230.71335.1723.9723.73
Hex4B2E3A027174714f1818
Octal1135672047271075173030
Binary100101110111011101001001111011110001111010011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,58); }

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

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

 a { background-color: rgb(75,46,58); }

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

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

 span { border-color: rgb(75,46,58); }

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