#483318

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

Shades of Clinker #483318

Tints of Clinker #483318

Color information

#483318 (or 0x483318) is unknown color: approx Clinker. HEX triplet: 48, 33 and 18. RGB value is (72,51,24). Sum of RGB (Red+Green+Blue) = 72+51+24=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483318 is #B7CCE7. Grayscale: #363636. Windows color (decimal): -12045544 or 1585992. OLE color: 1585992.

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

Color convert

RGB725124-
CMYK00.290.670.72
HSL33.75º50%18.82%-
HSV(B)33.75º66.67%28.24%-
XYZ4.023.811.39-
YUV54.2110.96140.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.98%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=48.98%
G=34.69%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72512400.290.670.7233.755018.82
Hex48331801D4348223213
Octal1106330035103110426223
Binary1001000110011110000111011000011100100010001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483318; }

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

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

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

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

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

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

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

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