#483314

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

Shades of Clinker #483314

Tints of Clinker #483314

Color information

#483314 (or 0x483314) is unknown color: approx Clinker. HEX triplet: 48, 33 and 14. RGB value is (72,51,20). Sum of RGB (Red+Green+Blue) = 72+51+20=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #483314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483314 is #B7CCEB. Grayscale: #353535. Windows color (decimal): -12045548 or 1323848. OLE color: 1323848.

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

Color convert

RGB725120-
CMYK00.290.720.72
HSL35.77º56.52%18.04%-
HSV(B)35.77º72.22%28.24%-
XYZ3.983.81.18-
YUV53.74108.96141.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=50.35%
G=35.66%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72512000.290.720.7235.7756.5218.04
Hex48331401D4848243912
Octal1106324035110110447122
Binary1001000110011101000111011001000100100010010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483314; }

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

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

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

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

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

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

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

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