#453115

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

Shades of Clinker #453115

Tints of Clinker #453115

Color information

#453115 (or 0x453115) is unknown color: approx Clinker. HEX triplet: 45, 31 and 15. RGB value is (69,49,21). Sum of RGB (Red+Green+Blue) = 69+49+21=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #453115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453115 is #BACEEA. Grayscale: #333333. Windows color (decimal): -12242667 or 1388869. OLE color: 1388869.

HSL color Cylindrical-coordinate representation of color #453115: hue angle of 35º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453115 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB694921-
CMYK00.290.700.73
HSL35º53.33%17.65%-
HSV(B)35º69.57%27.06%-
XYZ3.693.521.19-
YUV51.79110.63140.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=49.64%
G=35.25%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69492100.290.700.733553.3317.65
Hex45311501D4649233512
Octal1056125035106111436522
Binary1000101110001101010111011000110100100110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453115; }

 p { color: rgb(69,49,21); }

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

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

 a { background-color: rgb(69,49,21); }

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

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

 span { border-color: rgb(69,49,21); }

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