#483310

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

Shades of Clinker #483310

Tints of Clinker #483310

Color information

#483310 (or 0x483310) is unknown color: approx Clinker. HEX triplet: 48, 33 and 10. RGB value is (72,51,16). Sum of RGB (Red+Green+Blue) = 72+51+16=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483310 is #B7CCEF. Grayscale: #353535. Windows color (decimal): -12045552 or 1061704. OLE color: 1061704.

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

Color convert

RGB725116-
CMYK00.290.780.72
HSL37.5º63.64%17.25%-
HSV(B)37.5º77.78%28.24%-
XYZ3.953.781.01-
YUV53.29106.96141.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=51.80%
G=36.69%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72511600.290.780.7237.563.6417.25
Hex48331001D4E48264011
Octal11063200351161104610021
Binary10010001100111000001110110011101001000100110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483310; }

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

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

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

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

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

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

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

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