#47282F

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

Shades of Cab Sav #47282F

Tints of Cab Sav #47282F

Color information

#47282F (or 0x47282F) is unknown color: approx Cab Sav. HEX triplet: 47, 28 and 2F. RGB value is (71,40,47). Sum of RGB (Red+Green+Blue) = 71+40+47=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #47282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282F is #B8D7D0. Grayscale: #323232. Windows color (decimal): -12113873 or 3090503. OLE color: 3090503.

HSL color Cylindrical-coordinate representation of color #47282F: hue angle of 346.45º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47282F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB714047-
CMYK00.440.340.72
HSL346.45º27.93%21.76%-
HSV(B)346.45º43.66%27.84%-
XYZ3.873.063.08-
YUV50.07126.27142.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=44.94%
G=25.32%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71404700.440.340.72346.4527.9321.76
Hex47282F02C224815a1c16
Octal1075057054421105323426
Binary1000111101000101111010110010001010010001010110101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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