#463534

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

Shades of Cowboy #463534

Tints of Cowboy #463534

Color information

#463534 (or 0x463534) is unknown color: approx Cowboy. HEX triplet: 46, 35 and 34. RGB value is (70,53,52). Sum of RGB (Red+Green+Blue) = 70+53+52=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463534 is #B9CACB. Grayscale: #393939. Windows color (decimal): -12176076 or 3421510. OLE color: 3421510.

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

Color convert

RGB705352-
CMYK00.240.260.73
HSL3.33º14.75%23.92%-
HSV(B)3.33º25.71%27.45%-
XYZ4.424.13.81-
YUV57.97124.63136.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=40%
G=30.29%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70535200.240.260.733.3314.7523.92
Hex4635340181A493f18
Octal10665640303211131730
Binary100011011010111010001100011010100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463534; }

 p { color: rgb(70,53,52); }

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

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

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

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

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

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

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