#483838

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

Shades of Cowboy #483838

Tints of Cowboy #483838

Color information

#483838 (or 0x483838) is unknown color: approx Cowboy. HEX triplet: 48, 38 and 38. RGB value is (72,56,56). Sum of RGB (Red+Green+Blue) = 72+56+56=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483838 is #B7C7C7. Grayscale: #3C3C3C. Windows color (decimal): -12044232 or 3684424. OLE color: 3684424.

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

Color convert

RGB725656-
CMYK00.220.220.72
HSL12.5%25.1%-
HSV(B)22.22%28.24%-
XYZ4.84.494.36-
YUV60.78125.3136-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72565600.220.220.72012.525.1
Hex48383801616480d19
Octal11070700262611001531
Binary10010001110001110000101101011010010000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483838; }

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

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

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

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

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

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

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

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