#483519

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

Shades of Clinker #483519

Tints of Clinker #483519

Color information

#483519 (or 0x483519) is unknown color: approx Clinker. HEX triplet: 48, 35 and 19. RGB value is (72,53,25). Sum of RGB (Red+Green+Blue) = 72+53+25=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483519 is #B7CAE6. Grayscale: #373737. Windows color (decimal): -12045031 or 1652040. OLE color: 1652040.

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

Color convert

RGB725325-
CMYK00.260.650.72
HSL35.74º48.45%19.02%-
HSV(B)35.74º65.28%28.24%-
XYZ4.123.991.47-
YUV55.49110.79139.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=48%
G=35.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72532500.260.650.7235.7448.4519.02
Hex48351901A4148243013
Octal1106531032101110446023
Binary1001000110101110010110101000001100100010010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483519; }

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

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

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

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

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

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

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

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