#453525

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

Shades of Clinker #453525

Tints of Clinker #453525

Color information

#453525 (or 0x453525) is unknown color: approx Clinker. HEX triplet: 45, 35 and 25. RGB value is (69,53,37). Sum of RGB (Red+Green+Blue) = 69+53+37=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453525 is #BACADA. Grayscale: #383838. Windows color (decimal): -12241627 or 2438469. OLE color: 2438469.

HSL color Cylindrical-coordinate representation of color #453525: hue angle of 30º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453525 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB695337-
CMYK00.230.460.73
HSL30º30.19%20.78%-
HSV(B)30º46.38%27.06%-
XYZ4.063.942.3-
YUV55.96117.3137.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=43.40%
G=33.33%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69533700.230.460.733030.1920.78
Hex4535250172E491e1e15
Octal105654502756111363625
Binary10001011101011001010101111011101001001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453525; }

 p { color: rgb(69,53,37); }

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

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

 a { background-color: rgb(69,53,37); }

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

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

 span { border-color: rgb(69,53,37); }

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