#473235

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

Shades of Cab Sav #473235

Tints of Cab Sav #473235

Color information

#473235 (or 0x473235) is unknown color: approx Cab Sav. HEX triplet: 47, 32 and 35. RGB value is (71,50,53). Sum of RGB (Red+Green+Blue) = 71+50+53=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473235 is #B8CDCA. Grayscale: #383838. Windows color (decimal): -12111307 or 3486279. OLE color: 3486279.

HSL color Cylindrical-coordinate representation of color #473235: hue angle of 351.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473235 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB715053-
CMYK00.300.250.72
HSL351.43º17.36%23.73%-
HSV(B)351.43º29.58%27.84%-
XYZ4.383.883.89-
YUV56.62125.96138.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=40.80%
G=28.74%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71505300.300.250.72351.4317.3623.73
Hex47323501E194815f1118
Octal1076265036311105372130
Binary10001111100101101010111101100110010001010111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473235; }

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

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

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

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

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

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

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

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