#47292F

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

Shades of Cab Sav #47292F

Tints of Cab Sav #47292F

Color information

#47292F (or 0x47292F) is unknown color: approx Cab Sav. HEX triplet: 47, 29 and 2F. RGB value is (71,41,47). Sum of RGB (Red+Green+Blue) = 71+41+47=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #47292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292F is #B8D6D0. Grayscale: #323232. Windows color (decimal): -12113617 or 3090759. OLE color: 3090759.

HSL color Cylindrical-coordinate representation of color #47292F: hue angle of 348º 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 #47292F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB714147-
CMYK00.420.340.72
HSL348º26.79%21.96%-
HSV(B)348º42.25%27.84%-
XYZ3.93.133.09-
YUV50.65125.94142.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=44.65%
G=25.79%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71414700.420.340.7234826.7921.96
Hex47292F02A224815c1b16
Octal1075157052421105343326
Binary1000111101001101111010101010001010010001010111001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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