#4B3843

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

Shades of Barossa #4B3843

Tints of Barossa #4B3843

Color information

#4B3843 (or 0x4B3843) is unknown color: approx Barossa. HEX triplet: 4B, 38 and 43. RGB value is (75,56,67). Sum of RGB (Red+Green+Blue) = 75+56+67=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3843 is #B4C7BC. Grayscale: #3E3E3E. Windows color (decimal): -11847613 or 4405323. OLE color: 4405323.

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

Color convert

RGB755667-
CMYK00.250.110.71
HSL325.26º14.5%25.69%-
HSV(B)325.26º25.33%29.41%-
XYZ5.334.735.94-
YUV62.93130.29136.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=37.88%
G=28.28%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75566700.250.110.71325.2614.525.69
Hex4B3843019B47145f1a
Octal11370103031131075051732
Binary1001011111000100001101100110111000111101000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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