#453010

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

Shades of Clinker #453010

Tints of Clinker #453010

Color information

#453010 (or 0x453010) is unknown color: approx Clinker. HEX triplet: 45, 30 and 10. RGB value is (69,48,16). Sum of RGB (Red+Green+Blue) = 69+48+16=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453010 is #BACFEF. Grayscale: #323232. Windows color (decimal): -12242928 or 1060933. OLE color: 1060933.

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

Color convert

RGB694816-
CMYK00.300.770.73
HSL36.23º62.35%16.67%-
HSV(B)36.23º76.81%27.06%-
XYZ3.63.420.96-
YUV50.63108.46141.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=51.88%
G=36.09%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69481600.300.770.7336.2362.3516.67
Hex45301001E4D49243e11
Octal1056020036115111447621
Binary1000101110000100000111101001101100100110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453010; }

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

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

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

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

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

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

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

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