#4B282F

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

Shades of Cab Sav #4B282F

Tints of Cab Sav #4B282F

Color information

#4B282F (or 0x4B282F) is unknown color: approx Cab Sav. HEX triplet: 4B, 28 and 2F. RGB value is (75,40,47). Sum of RGB (Red+Green+Blue) = 75+40+47=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B282F is #B4D7D0. Grayscale: #333333. Windows color (decimal): -11851729 or 3090507. OLE color: 3090507.

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

Color convert

RGB754047-
CMYK00.470.370.71
HSL348º30.43%22.55%-
HSV(B)348º46.67%29.41%-
XYZ4.173.223.09-
YUV51.26125.6144.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=46.30%
G=24.69%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75404700.470.370.7134830.4322.55
Hex4B282F02F254715c1e17
Octal1135057057451075343627
Binary1001011101000101111010111110010110001111010111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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