#463233

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

Shades of Cab Sav #463233

Tints of Cab Sav #463233

Color information

#463233 (or 0x463233) is unknown color: approx Cab Sav. HEX triplet: 46, 32 and 33. RGB value is (70,50,51). Sum of RGB (Red+Green+Blue) = 70+50+51=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #463233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463233 is #B9CDCC. Grayscale: #383838. Windows color (decimal): -12176845 or 3355206. OLE color: 3355206.

HSL color Cylindrical-coordinate representation of color #463233: hue angle of 357º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463233 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB705051-
CMYK00.290.270.73
HSL357º16.67%23.53%-
HSV(B)357º28.57%27.45%-
XYZ4.263.823.65-
YUV56.09125.13137.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=40.94%
G=29.24%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70505100.290.270.7335716.6723.53
Hex46323301D1B491651118
Octal1066263035331115452130
Binary10001101100101100110111011101110010011011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463233; }

 p { color: rgb(70,50,51); }

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

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

 a { background-color: rgb(70,50,51); }

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

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

 span { border-color: rgb(70,50,51); }

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