#4B343D

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

Shades of Barossa #4B343D

Tints of Barossa #4B343D

Color information

#4B343D (or 0x4B343D) is unknown color: approx Barossa. HEX triplet: 4B, 34 and 3D. RGB value is (75,52,61). Sum of RGB (Red+Green+Blue) = 75+52+61=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B343D is #B4CBC2. Grayscale: #3B3B3B. Windows color (decimal): -11848643 or 4011083. OLE color: 4011083.

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

Color convert

RGB755261-
CMYK00.310.190.71
HSL336.52º18.11%24.9%-
HSV(B)336.52º30.67%29.41%-
XYZ4.974.294.98-
YUV59.9128.62138.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.89%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=39.89%
G=27.66%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75526100.310.190.71336.5218.1124.9
Hex4B343D01F13471511219
Octal1136475037231075212231
Binary10010111101001111010111111001110001111010100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,61); }

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

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

 a { background-color: rgb(75,52,61); }

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

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

 span { border-color: rgb(75,52,61); }

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