#4B2A31

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

Shades of Cab Sav #4B2A31

Tints of Cab Sav #4B2A31

Color information

#4B2A31 (or 0x4B2A31) is unknown color: approx Cab Sav. HEX triplet: 4B, 2A and 31. RGB value is (75,42,49). Sum of RGB (Red+Green+Blue) = 75+42+49=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A31 is #B4D5CE. Grayscale: #343434. Windows color (decimal): -11851215 or 3222091. OLE color: 3222091.

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

Color convert

RGB754249-
CMYK00.440.350.71
HSL347.27º28.21%22.94%-
HSV(B)347.27º44%29.41%-
XYZ4.283.373.33-
YUV52.66125.93143.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=45.18%
G=25.30%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75424900.440.350.71347.2728.2122.94
Hex4B2A3102C234715b1c17
Octal1135261054431075333427
Binary1001011101010110001010110010001110001111010110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,42,49); }

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

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

 a { background-color: rgb(75,42,49); }

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

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

 span { border-color: rgb(75,42,49); }

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