#483217

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

Shades of Clinker #483217

Tints of Clinker #483217

Color information

#483217 (or 0x483217) is unknown color: approx Clinker. HEX triplet: 48, 32 and 17. RGB value is (72,50,23). Sum of RGB (Red+Green+Blue) = 72+50+23=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483217 is #B7CDE8. Grayscale: #353535. Windows color (decimal): -12045801 or 1520200. OLE color: 1520200.

HSL color Cylindrical-coordinate representation of color #483217: hue angle of 33.06º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483217 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB725023-
CMYK00.310.680.72
HSL33.06º51.58%18.63%-
HSV(B)33.06º68.06%28.24%-
XYZ3.973.721.32-
YUV53.5110.79141.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=49.66%
G=34.48%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72502300.310.680.7233.0651.5818.63
Hex48321701F4448213413
Octal1106227037104110416423
Binary1001000110010101110111111000100100100010000111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483217; }

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

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

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

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

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

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

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

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