#483413

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

Shades of Clinker #483413

Tints of Clinker #483413

Color information

#483413 (or 0x483413) is unknown color: approx Clinker. HEX triplet: 48, 34 and 13. RGB value is (72,52,19). Sum of RGB (Red+Green+Blue) = 72+52+19=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483413 is #B7CBEC. Grayscale: #363636. Windows color (decimal): -12045293 or 1258568. OLE color: 1258568.

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

Color convert

RGB725219-
CMYK00.280.740.72
HSL37.36º58.24%17.84%-
HSV(B)37.36º73.61%28.24%-
XYZ4.023.881.15-
YUV54.22108.13140.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=50.35%
G=36.36%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72521900.280.740.7237.3658.2417.84
Hex48341301C4A48253a12
Octal1106423034112110457222
Binary1001000110100100110111001001010100100010010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483413; }

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

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

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

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

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

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

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

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