#47262D

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

Shades of Cab Sav #47262D

Tints of Cab Sav #47262D

Color information

#47262D (or 0x47262D) is unknown color: approx Cab Sav. HEX triplet: 47, 26 and 2D. RGB value is (71,38,45). Sum of RGB (Red+Green+Blue) = 71+38+45=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47262D is #B8D9D2. Grayscale: #303030. Windows color (decimal): -12114387 or 2958919. OLE color: 2958919.

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

Color convert

RGB713845-
CMYK00.460.370.72
HSL347.27º30.28%21.37%-
HSV(B)347.27º46.48%27.84%-
XYZ3.772.922.85-
YUV48.66125.93143.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=46.10%
G=24.68%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71384500.460.370.72347.2730.2821.37
Hex47262D02E254815b1e15
Octal1074655056451105333625
Binary1000111100110101101010111010010110010001010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47262D; }

 p { color: rgb(71,38,45); }

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

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

 a { background-color: rgb(71,38,45); }

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

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

 span { border-color: rgb(71,38,45); }

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