#463030

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

Shades of Cowboy #463030

Tints of Cowboy #463030

Color information

#463030 (or 0x463030) is unknown color: approx Cowboy. HEX triplet: 46, 30 and 30. RGB value is (70,48,48). Sum of RGB (Red+Green+Blue) = 70+48+48=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #463030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463030 is #B9CFCF. Grayscale: #363636. Windows color (decimal): -12177360 or 3158086. OLE color: 3158086.

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

Color convert

RGB704848-
CMYK00.310.310.73
HSL18.64%23.14%-
HSV(B)31.43%27.45%-
XYZ4.123.633.28-
YUV54.58124.29139-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.17%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=42.17%
G=28.92%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70484800.310.310.73018.6423.14
Hex46303001F1F4901317
Octal10660600373711102327
Binary100011011000011000001111111111100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463030; }

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

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

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

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

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

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

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

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