#462930

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

Shades of Cab Sav #462930

Tints of Cab Sav #462930

Color information

#462930 (or 0x462930) is unknown color: approx Cab Sav. HEX triplet: 46, 29 and 30. RGB value is (70,41,48). Sum of RGB (Red+Green+Blue) = 70+41+48=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462930 is #B9D6CF. Grayscale: #323232. Windows color (decimal): -12179152 or 3156294. OLE color: 3156294.

HSL color Cylindrical-coordinate representation of color #462930: hue angle of 345.52º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #462930 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB704148-
CMYK00.410.310.73
HSL345.52º26.13%21.76%-
HSV(B)345.52º41.43%27.45%-
XYZ3.853.13.19-
YUV50.47126.61141.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=44.03%
G=25.79%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70414800.410.310.73345.5226.1321.76
Hex4629300291F4915a1a16
Octal1065160051371115323226
Binary100011010100111000001010011111110010011010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462930; }

 p { color: rgb(70,41,48); }

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

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

 a { background-color: rgb(70,41,48); }

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

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

 span { border-color: rgb(70,41,48); }

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