#483210

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

Shades of Clinker #483210

Tints of Clinker #483210

Color information

#483210 (or 0x483210) is unknown color: approx Clinker. HEX triplet: 48, 32 and 10. RGB value is (72,50,16). Sum of RGB (Red+Green+Blue) = 72+50+16=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #483210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483210 is #B7CDEF. Grayscale: #343434. Windows color (decimal): -12045808 or 1061448. OLE color: 1061448.

HSL color Cylindrical-coordinate representation of color #483210: hue angle of 36.43º 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 #483210 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB725016-
CMYK00.310.780.72
HSL36.43º63.64%17.25%-
HSV(B)36.43º77.78%28.24%-
XYZ3.913.71-
YUV52.7107.29141.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=52.17%
G=36.23%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72501600.310.780.7236.4363.6417.25
Hex48321001F4E48244011
Octal11062200371161104410021
Binary10010001100101000001111110011101001000100100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483210; }

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

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

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

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

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

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

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

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