#4B383F

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

Shades of Barossa #4B383F

Tints of Barossa #4B383F

Color information

#4B383F (or 0x4B383F) is unknown color: approx Barossa. HEX triplet: 4B, 38 and 3F. RGB value is (75,56,63). Sum of RGB (Red+Green+Blue) = 75+56+63=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B383F is #B4C7C0. Grayscale: #3E3E3E. Windows color (decimal): -11847617 or 4143179. OLE color: 4143179.

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

Color convert

RGB755663-
CMYK00.250.160.71
HSL337.89º14.5%25.69%-
HSV(B)337.89º25.33%29.41%-
XYZ5.214.685.33-
YUV62.48128.29136.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 63 (25% from 255) = 32.47%
R=38.66%
G=28.87%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75566300.250.160.71337.8914.525.69
Hex4B383F0191047152f1a
Octal1137077031201075221732
Binary1001011111000111111011001100001000111101010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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