#483514

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

Shades of Clinker #483514

Tints of Clinker #483514

Color information

#483514 (or 0x483514) is unknown color: approx Clinker. HEX triplet: 48, 35 and 14. RGB value is (72,53,20). Sum of RGB (Red+Green+Blue) = 72+53+20=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483514 is #B7CAEB. Grayscale: #373737. Windows color (decimal): -12045036 or 1324360. OLE color: 1324360.

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

Color convert

RGB725320-
CMYK00.260.720.72
HSL38.08º56.52%18.04%-
HSV(B)38.08º72.22%28.24%-
XYZ4.073.971.21-
YUV54.92108.29140.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=49.66%
G=36.55%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72532000.260.720.7238.0856.5218.04
Hex48351401A4848263912
Octal1106524032110110467122
Binary1001000110101101000110101001000100100010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483514; }

 p { color: rgb(72,53,20); }

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

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

 a { background-color: rgb(72,53,20); }

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

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

 span { border-color: rgb(72,53,20); }

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