#4B2A38

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

Shades of Barossa #4B2A38

Tints of Barossa #4B2A38

Color information

#4B2A38 (or 0x4B2A38) is unknown color: approx Barossa. HEX triplet: 4B, 2A and 38. RGB value is (75,42,56). Sum of RGB (Red+Green+Blue) = 75+42+56=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A38 is #B4D5C7. Grayscale: #353535. Windows color (decimal): -11851208 or 3680843. OLE color: 3680843.

HSL color Cylindrical-coordinate representation of color #4B2A38: hue angle of 334.55º 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 #4B2A38 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB754256-
CMYK00.440.250.71
HSL334.55º28.21%22.94%-
HSV(B)334.55º44%29.41%-
XYZ4.443.444.17-
YUV53.46129.43143.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=43.35%
G=24.28%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75425600.440.250.71334.5528.2122.94
Hex4B2A3802C194714f1c17
Octal1135270054311075173427
Binary100101110101011100001011001100110001111010011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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