#4B2738

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

Shades of Barossa #4B2738

Tints of Barossa #4B2738

Color information

#4B2738 (or 0x4B2738) is unknown color: approx Barossa. HEX triplet: 4B, 27 and 38. RGB value is (75,39,56). Sum of RGB (Red+Green+Blue) = 75+39+56=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2738 is #B4D8C7. Grayscale: #333333. Windows color (decimal): -11851976 or 3680075. OLE color: 3680075.

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

Color convert

RGB753956-
CMYK00.480.250.71
HSL331.67º31.58%22.35%-
HSV(B)331.67º48%29.41%-
XYZ4.343.234.14-
YUV51.7130.43144.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.12%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=44.12%
G=22.94%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75395600.480.250.71331.6731.5822.35
Hex4B2738030194714c2016
Octal1134770060311075144026
Binary1001011100111111000011000011001100011110100110010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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