#453012

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

Shades of Clinker #453012

Tints of Clinker #453012

Color information

#453012 (or 0x453012) is unknown color: approx Clinker. HEX triplet: 45, 30 and 12. RGB value is (69,48,18). Sum of RGB (Red+Green+Blue) = 69+48+18=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453012 is #BACFED. Grayscale: #323232. Windows color (decimal): -12242926 or 1192005. OLE color: 1192005.

HSL color Cylindrical-coordinate representation of color #453012: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453012 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB694818-
CMYK00.300.740.73
HSL35.29º58.62%17.06%-
HSV(B)35.29º73.91%27.06%-
XYZ3.623.421.04-
YUV50.86109.46140.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=51.11%
G=35.56%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69481800.300.740.7335.2958.6217.06
Hex45301201E4A49233b11
Octal1056022036112111437321
Binary1000101110000100100111101001010100100110001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453012; }

 p { color: rgb(69,48,18); }

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

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

 a { background-color: rgb(69,48,18); }

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

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

 span { border-color: rgb(69,48,18); }

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