#473338

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

Shades of Cab Sav #473338

Tints of Cab Sav #473338

Color information

#473338 (or 0x473338) is unknown color: approx Cab Sav. HEX triplet: 47, 33 and 38. RGB value is (71,51,56). Sum of RGB (Red+Green+Blue) = 71+51+56=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473338 is #B8CCC7. Grayscale: #393939. Windows color (decimal): -12111048 or 3683143. OLE color: 3683143.

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

Color convert

RGB715156-
CMYK00.280.210.72
HSL345º16.39%23.92%-
HSV(B)345º28.17%27.84%-
XYZ4.53.994.28-
YUV57.55127.13137.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 51 (20.31% from 255) = 28.65%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=39.89%
G=28.65%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71515600.280.210.7234516.3923.92
Hex47333801C15481591018
Octal1076370034251105312030
Binary10001111100111110000111001010110010001010110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473338; }

 p { color: rgb(71,51,56); }

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

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

 a { background-color: rgb(71,51,56); }

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

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

 span { border-color: rgb(71,51,56); }

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