#483B3A

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

Shades of Cowboy #483B3A

Tints of Cowboy #483B3A

Color information

#483B3A (or 0x483B3A) is unknown color: approx Cowboy. HEX triplet: 48, 3B and 3A. RGB value is (72,59,58). Sum of RGB (Red+Green+Blue) = 72+59+58=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B3A is #B7C4C5. Grayscale: #3E3E3E. Windows color (decimal): -12043462 or 3816264. OLE color: 3816264.

HSL color Cylindrical-coordinate representation of color #483B3A: hue angle of 4.29º 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 #483B3A is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB725958-
CMYK00.180.190.72
HSL4.29º10.77%25.49%-
HSV(B)4.29º19.44%28.24%-
XYZ54.814.67-
YUV62.77125.31134.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=38.10%
G=31.22%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72595800.180.190.724.2910.7725.49
Hex483B3A01213484b19
Octal11073720222311041331
Binary1001000111011111010010010100111001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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