#483618

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

Shades of Clinker #483618

Tints of Clinker #483618

Color information

#483618 (or 0x483618) is unknown color: approx Clinker. HEX triplet: 48, 36 and 18. RGB value is (72,54,24). Sum of RGB (Red+Green+Blue) = 72+54+24=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #483618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483618 is #B7C9E7. Grayscale: #383838. Windows color (decimal): -12044776 or 1586760. OLE color: 1586760.

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

Color convert

RGB725424-
CMYK00.250.670.72
HSL37.5º50%18.82%-
HSV(B)37.5º66.67%28.24%-
XYZ4.164.081.43-
YUV55.96109.96139.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 24 (9.77% from 255) = 16%
R=48%
G=36%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72542400.250.670.7237.55018.82
Hex4836180194348263213
Octal1106630031103110466223
Binary1001000110110110000110011000011100100010011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483618; }

 p { color: rgb(72,54,24); }

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

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

 a { background-color: rgb(72,54,24); }

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

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

 span { border-color: rgb(72,54,24); }

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