#46272D

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

Shades of Cab Sav #46272D

Tints of Cab Sav #46272D

Color information

#46272D (or 0x46272D) is unknown color: approx Cab Sav. HEX triplet: 46, 27 and 2D. RGB value is (70,39,45). Sum of RGB (Red+Green+Blue) = 70+39+45=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46272D is #B9D8D2. Grayscale: #303030. Windows color (decimal): -12179667 or 2959174. OLE color: 2959174.

HSL color Cylindrical-coordinate representation of color #46272D: hue angle of 348.39º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46272D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB703945-
CMYK00.440.360.73
HSL348.39º28.44%21.37%-
HSV(B)348.39º44.29%27.45%-
XYZ3.722.942.85-
YUV48.95125.77143.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=45.45%
G=25.32%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70394500.440.360.73348.3928.4421.37
Hex46272D02C244915c1c15
Octal1064755054441115343425
Binary1000110100111101101010110010010010010011010111001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,39,45); }

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

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

 a { background-color: rgb(70,39,45); }

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

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

 span { border-color: rgb(70,39,45); }

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