#4B3640

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

Shades of Barossa #4B3640

Tints of Barossa #4B3640

Color information

#4B3640 (or 0x4B3640) is unknown color: approx Barossa. HEX triplet: 4B, 36 and 40. RGB value is (75,54,64). Sum of RGB (Red+Green+Blue) = 75+54+64=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3640 is #B4C9BF. Grayscale: #3D3D3D. Windows color (decimal): -11848128 or 4208203. OLE color: 4208203.

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

Color convert

RGB755464-
CMYK00.280.150.71
HSL331.43º16.28%25.29%-
HSV(B)331.43º28%29.41%-
XYZ5.154.55.45-
YUV61.42129.46137.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=38.86%
G=27.98%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75546400.280.150.71331.4316.2825.29
Hex4B364001CF4714b1019
Octal11366100034171075132031
Binary10010111101101000000011100111110001111010010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,64); }

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

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

 a { background-color: rgb(75,54,64); }

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

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

 span { border-color: rgb(75,54,64); }

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