#4B3539

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

Shades of Cab Sav #4B3539

Tints of Cab Sav #4B3539

Color information

#4B3539 (or 0x4B3539) is unknown color: approx Cab Sav. HEX triplet: 4B, 35 and 39. RGB value is (75,53,57). Sum of RGB (Red+Green+Blue) = 75+53+57=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3539 is #B4CAC6. Grayscale: #3C3C3C. Windows color (decimal): -11848391 or 3749195. OLE color: 3749195.

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

Color convert

RGB755357-
CMYK00.290.240.71
HSL349.09º17.19%25.1%-
HSV(B)349.09º29.33%29.41%-
XYZ4.914.344.45-
YUV60.03126.29138.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=40.54%
G=28.65%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75535700.290.240.71349.0917.1925.1
Hex4B353901D184715d1119
Octal1136571035301075352131
Binary10010111101011110010111011100010001111010111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,57); }

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

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

 a { background-color: rgb(75,53,57); }

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

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

 span { border-color: rgb(75,53,57); }

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