#462C2E

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

Shades of Cab Sav #462C2E

Tints of Cab Sav #462C2E

Color information

#462C2E (or 0x462C2E) is unknown color: approx Cab Sav. HEX triplet: 46, 2C and 2E. RGB value is (70,44,46). Sum of RGB (Red+Green+Blue) = 70+44+46=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #462C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C2E is #B9D3D1. Grayscale: #343434. Windows color (decimal): -12178386 or 3025990. OLE color: 3025990.

HSL color Cylindrical-coordinate representation of color #462C2E: hue angle of 355.38º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #462C2E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB704446-
CMYK00.370.340.73
HSL355.38º22.81%22.35%-
HSV(B)355.38º37.14%27.45%-
XYZ3.923.33.02-
YUV52124.61140.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=43.75%
G=27.5%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70444600.370.340.73355.3822.8122.35
Hex462C2E02522491631716
Octal1065456045421115432726
Binary1000110101100101110010010110001010010011011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462C2E; }

 p { color: rgb(70,44,46); }

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

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

 a { background-color: rgb(70,44,46); }

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

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

 span { border-color: rgb(70,44,46); }

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