#483410

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

Shades of Clinker #483410

Tints of Clinker #483410

Color information

#483410 (or 0x483410) is unknown color: approx Clinker. HEX triplet: 48, 34 and 10. RGB value is (72,52,16). Sum of RGB (Red+Green+Blue) = 72+52+16=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #483410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483410 is #B7CBEF. Grayscale: #363636. Windows color (decimal): -12045296 or 1061960. OLE color: 1061960.

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

Color convert

RGB725216-
CMYK00.280.780.72
HSL38.57º63.64%17.25%-
HSV(B)38.57º77.78%28.24%-
XYZ3.993.871.03-
YUV53.88106.63140.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=51.43%
G=37.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72521600.280.780.7238.5763.6417.25
Hex48341001C4E48274011
Octal11064200341161104710021
Binary10010001101001000001110010011101001000100111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483410; }

 p { color: rgb(72,52,16); }

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

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

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

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

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

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

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