#4B283E

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

Shades of Barossa #4B283E

Tints of Barossa #4B283E

Color information

#4B283E (or 0x4B283E) is unknown color: approx Barossa. HEX triplet: 4B, 28 and 3E. RGB value is (75,40,62). Sum of RGB (Red+Green+Blue) = 75+40+62=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283E is #B4D7C1. Grayscale: #343434. Windows color (decimal): -11851714 or 4073547. OLE color: 4073547.

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

Color convert

RGB754062-
CMYK00.470.170.71
HSL322.29º30.43%22.55%-
HSV(B)322.29º46.67%29.41%-
XYZ4.533.364.97-
YUV52.97133.1143.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.37%
GREEN value IS 40 (16.02% from 255) = 22.60%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=42.37%
G=22.60%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75406200.470.170.71322.2930.4322.55
Hex4B283E02F11471421e17
Octal1135076057211075023627
Binary100101110100011111001011111000110001111010000101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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