#4C272D

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

Shades of Cab Sav #4C272D

Tints of Cab Sav #4C272D

Color information

#4C272D (or 0x4C272D) is unknown color: approx Cab Sav. HEX triplet: 4C, 27 and 2D. RGB value is (76,39,45). Sum of RGB (Red+Green+Blue) = 76+39+45=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C272D is #B3D8D2. Grayscale: #323232. Windows color (decimal): -11786451 or 2959180. OLE color: 2959180.

HSL color Cylindrical-coordinate representation of color #4C272D: hue angle of 350.27º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C272D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB763945-
CMYK00.490.410.70
HSL350.27º32.17%22.55%-
HSV(B)350.27º48.68%29.8%-
XYZ4.183.182.88-
YUV50.75124.76146.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.5%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=47.5%
G=24.38%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76394500.490.410.70350.2732.1722.55
Hex4C272D031294615e2017
Octal1144755061511065364027
Binary10011001001111011010110001101001100011010101111010000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,39,45); }

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

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

 a { background-color: rgb(76,39,45); }

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

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

 span { border-color: rgb(76,39,45); }

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