#472930

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

Shades of Cab Sav #472930

Tints of Cab Sav #472930

Color information

#472930 (or 0x472930) is unknown color: approx Cab Sav. HEX triplet: 47, 29 and 30. RGB value is (71,41,48). Sum of RGB (Red+Green+Blue) = 71+41+48=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #472930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472930 is #B8D6CF. Grayscale: #323232. Windows color (decimal): -12113616 or 3156295. OLE color: 3156295.

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

Color convert

RGB714148-
CMYK00.420.320.72
HSL346º26.79%21.96%-
HSV(B)346º42.25%27.84%-
XYZ3.923.143.2-
YUV50.77126.44142.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 48 (19.14% from 255) = 30%
R=44.38%
G=25.62%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71414800.420.320.7234626.7921.96
Hex47293002A204815a1b16
Octal1075160052401105323326
Binary1000111101001110000010101010000010010001010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472930; }

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

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

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

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

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

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

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

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