#47272D

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

Shades of Cab Sav #47272D

Tints of Cab Sav #47272D

Color information

#47272D (or 0x47272D) is unknown color: approx Cab Sav. HEX triplet: 47, 27 and 2D. RGB value is (71,39,45). Sum of RGB (Red+Green+Blue) = 71+39+45=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272D is #B8D8D2. Grayscale: #313131. Windows color (decimal): -12114131 or 2959175. OLE color: 2959175.

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

Color convert

RGB713945-
CMYK00.450.370.72
HSL348.75º29.09%21.57%-
HSV(B)348.75º45.07%27.84%-
XYZ3.82.982.86-
YUV49.25125.6143.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=45.81%
G=25.16%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71394500.450.370.72348.7529.0921.57
Hex47272D02D254815d1d16
Octal1074755055451105353526
Binary1000111100111101101010110110010110010001010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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