#4B282D

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

Shades of Cab Sav #4B282D

Tints of Cab Sav #4B282D

Color information

#4B282D (or 0x4B282D) is unknown color: approx Cab Sav. HEX triplet: 4B, 28 and 2D. RGB value is (75,40,45). Sum of RGB (Red+Green+Blue) = 75+40+45=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B282D is #B4D7D2. Grayscale: #333333. Windows color (decimal): -11851731 or 2959435. OLE color: 2959435.

HSL color Cylindrical-coordinate representation of color #4B282D: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B282D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB754045-
CMYK00.470.400.71
HSL351.43º30.43%22.55%-
HSV(B)351.43º46.67%29.41%-
XYZ4.133.22.88-
YUV51.04124.6145.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.88%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=46.88%
G=25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75404500.470.400.71351.4330.4322.55
Hex4B282D02F284715f1e17
Octal1135055057501075373627
Binary1001011101000101101010111110100010001111010111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,45); }

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

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

 a { background-color: rgb(75,40,45); }

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

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

 span { border-color: rgb(75,40,45); }

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