#4C2D32

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

Shades of Cab Sav #4C2D32

Tints of Cab Sav #4C2D32

Color information

#4C2D32 (or 0x4C2D32) is unknown color: approx Cab Sav. HEX triplet: 4C, 2D and 32. RGB value is (76,45,50). Sum of RGB (Red+Green+Blue) = 76+45+50=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D32 is #B3D2CD. Grayscale: #363636. Windows color (decimal): -11784910 or 3288396. OLE color: 3288396.

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

Color convert

RGB764550-
CMYK00.410.340.70
HSL350.32º25.62%23.73%-
HSV(B)350.32º40.79%29.8%-
XYZ4.493.643.48-
YUV54.84125.27143.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.44%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=44.44%
G=26.32%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76455000.410.340.70350.3225.6223.73
Hex4C2D32029224615e1a18
Octal1145562051421065363230
Binary1001100101101110010010100110001010001101010111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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