#47292D

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

Shades of Cab Sav #47292D

Tints of Cab Sav #47292D

Color information

#47292D (or 0x47292D) is unknown color: approx Cab Sav. HEX triplet: 47, 29 and 2D. RGB value is (71,41,45). Sum of RGB (Red+Green+Blue) = 71+41+45=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292D is #B8D6D2. Grayscale: #323232. Windows color (decimal): -12113619 or 2959687. OLE color: 2959687.

HSL color Cylindrical-coordinate representation of color #47292D: hue angle of 352º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47292D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB714145-
CMYK00.420.370.72
HSL352º26.79%21.96%-
HSV(B)352º42.25%27.84%-
XYZ3.873.112.88-
YUV50.43124.94142.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=45.22%
G=26.11%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71414500.420.370.7235226.7921.96
Hex47292D02A25481601b16
Octal1075155052451105403326
Binary1000111101001101101010101010010110010001011000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47292D; }

 p { color: rgb(71,41,45); }

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

<style>
 a { background-color: #47292D; }

 a { background-color: rgb(71,41,45); }

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

<style>
 span { border-color: #47292D; }

 span { border-color: rgb(71,41,45); }

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