#463332

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

Shades of Cowboy #463332

Tints of Cowboy #463332

Color information

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

HSL color Cylindrical-coordinate representation of color #463332: hue angle of 3º 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 #463332 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB705150-
CMYK00.270.290.73
HSL16.67%23.53%-
HSV(B)28.57%27.45%-
XYZ4.293.93.54-
YUV56.57124.29137.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70515000.270.290.73316.6723.53
Hex46333201B1D4931118
Octal10663620333511132130
Binary1000110110011110010011011111011001001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463332; }

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

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

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

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

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

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

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

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