#473035

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

Shades of Cab Sav #473035

Tints of Cab Sav #473035

Color information

#473035 (or 0x473035) is unknown color: approx Cab Sav. HEX triplet: 47, 30 and 35. RGB value is (71,48,53). Sum of RGB (Red+Green+Blue) = 71+48+53=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #473035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473035 is #B8CFCA. Grayscale: #373737. Windows color (decimal): -12111819 or 3485767. OLE color: 3485767.

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

Color convert

RGB714853-
CMYK00.320.250.72
HSL346.96º19.33%23.33%-
HSV(B)346.96º32.39%27.84%-
XYZ4.33.713.86-
YUV55.45126.62139.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=41.28%
G=27.91%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71485300.320.250.72346.9619.3323.33
Hex473035020194815b1317
Octal1076065040311105332327
Binary100011111000011010101000001100110010001010110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473035; }

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

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

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

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

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

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

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

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