#413030

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

Shades of Cowboy #413030

Tints of Cowboy #413030

Color information

#413030 (or 0x413030) is unknown color: approx Cowboy. HEX triplet: 41, 30 and 30. RGB value is (65,48,48). Sum of RGB (Red+Green+Blue) = 65+48+48=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413030 is #BECFCF. Grayscale: #353535. Windows color (decimal): -12505040 or 3158081. OLE color: 3158081.

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

Color convert

RGB654848-
CMYK00.260.260.75
HSL15.04%22.16%-
HSV(B)26.15%25.49%-
XYZ3.773.453.26-
YUV53.08125.13136.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=40.37%
G=29.81%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65484800.260.260.75015.0422.16
Hex41303001A1A4B0f16
Octal10160600323211301726
Binary10000011100001100000110101101010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413030; }

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

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

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

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

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

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

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

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