#4C2B2F

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

Shades of Cab Sav #4C2B2F

Tints of Cab Sav #4C2B2F

Color information

#4C2B2F (or 0x4C2B2F) is unknown color: approx Cab Sav. HEX triplet: 4C, 2B and 2F. RGB value is (76,43,47). Sum of RGB (Red+Green+Blue) = 76+43+47=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B2F is #B3D4D0. Grayscale: #353535. Windows color (decimal): -11785425 or 3091276. OLE color: 3091276.

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

Color convert

RGB764347-
CMYK00.430.380.70
HSL352.73º27.73%23.33%-
HSV(B)352.73º43.42%29.8%-
XYZ4.363.473.13-
YUV53.32124.43144.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.78%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=45.78%
G=25.90%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76434700.430.380.70352.7327.7323.33
Hex4C2B2F02B26461611c17
Octal1145357053461065413427
Binary1001100101011101111010101110011010001101011000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,47); }

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

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

 a { background-color: rgb(76,43,47); }

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

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

 span { border-color: rgb(76,43,47); }

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