#483A3A

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

Shades of Cowboy #483A3A

Tints of Cowboy #483A3A

Color information

#483A3A (or 0x483A3A) is unknown color: approx Cowboy. HEX triplet: 48, 3A and 3A. RGB value is (72,58,58). Sum of RGB (Red+Green+Blue) = 72+58+58=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A3A is #B7C5C5. Grayscale: #3E3E3E. Windows color (decimal): -12043718 or 3816008. OLE color: 3816008.

HSL color Cylindrical-coordinate representation of color #483A3A: hue angle of 0º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A3A is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB725858-
CMYK00.190.190.72
HSL10.77%25.49%-
HSV(B)19.44%28.24%-
XYZ4.954.714.65-
YUV62.19125.64135-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=38.30%
G=30.85%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72585800.190.190.72010.7725.49
Hex483A3A01313480b19
Octal11072720232311001331
Binary10010001110101110100100111001110010000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483A3A; }

 p { color: rgb(72,58,58); }

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

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

 a { background-color: rgb(72,58,58); }

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

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

 span { border-color: rgb(72,58,58); }

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