#483411

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

Shades of Clinker #483411

Tints of Clinker #483411

Color information

#483411 (or 0x483411) is unknown color: approx Clinker. HEX triplet: 48, 34 and 11. RGB value is (72,52,17). Sum of RGB (Red+Green+Blue) = 72+52+17=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #483411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483411 is #B7CBEE. Grayscale: #363636. Windows color (decimal): -12045295 or 1127496. OLE color: 1127496.

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

Color convert

RGB725217-
CMYK00.280.760.72
HSL38.18º61.8%17.45%-
HSV(B)38.18º76.39%28.24%-
XYZ43.871.07-
YUV53.99107.13140.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=51.06%
G=36.88%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72521700.280.760.7238.1861.817.45
Hex48341101C4C48263e11
Octal1106421034114110467621
Binary1001000110100100010111001001100100100010011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483411; }

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

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

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

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

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

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

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

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