#472F30

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

Shades of Cab Sav #472F30

Tints of Cab Sav #472F30

Color information

#472F30 (or 0x472F30) is unknown color: approx Cab Sav. HEX triplet: 47, 2F and 30. RGB value is (71,47,48). Sum of RGB (Red+Green+Blue) = 71+47+48=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #472F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F30 is #B8D0CF. Grayscale: #363636. Windows color (decimal): -12112080 or 3157831. OLE color: 3157831.

HSL color Cylindrical-coordinate representation of color #472F30: hue angle of 357.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #472F30 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB714748-
CMYK00.340.320.72
HSL357.5º20.34%23.14%-
HSV(B)357.5º33.8%27.84%-
XYZ4.153.593.27-
YUV54.29124.45139.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=42.77%
G=28.31%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71474800.340.320.72357.520.3423.14
Hex472F3002220481661417
Octal1075760042401105462427
Binary1000111101111110000010001010000010010001011001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472F30; }

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

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

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

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

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

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

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

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