#483B35

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

Shades of Paco #483B35

Tints of Paco #483B35

Color information

#483B35 (or 0x483B35) is unknown color: approx Paco. HEX triplet: 48, 3B and 35. RGB value is (72,59,53). Sum of RGB (Red+Green+Blue) = 72+59+53=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B35 is #B7C4CA. Grayscale: #3E3E3E. Windows color (decimal): -12043467 or 3488584. OLE color: 3488584.

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

Color convert

RGB725953-
CMYK00.180.260.72
HSL18.95º15.2%24.51%-
HSV(B)18.95º26.39%28.24%-
XYZ4.884.764.03-
YUV62.2122.81134.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=39.13%
G=32.07%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72595300.180.260.7218.9515.224.51
Hex483B350121A4813f19
Octal110736502232110231731
Binary100100011101111010101001011010100100010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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