#463130

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

Shades of Cowboy #463130

Tints of Cowboy #463130

Color information

#463130 (or 0x463130) is unknown color: approx Cowboy. HEX triplet: 46, 31 and 30. RGB value is (70,49,48). Sum of RGB (Red+Green+Blue) = 70+49+48=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463130 is #B9CECF. Grayscale: #373737. Windows color (decimal): -12177104 or 3158342. OLE color: 3158342.

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

Color convert

RGB704948-
CMYK00.300.310.73
HSL2.73º18.64%23.14%-
HSV(B)2.73º31.43%27.45%-
XYZ4.163.713.29-
YUV55.16123.96138.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=41.92%
G=29.34%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70494800.300.310.732.7318.6423.14
Hex46313001E1F4931317
Octal10661600363711132327
Binary1000110110001110000011110111111001001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463130; }

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

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

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

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

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

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

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

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