#453420

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

Shades of Clinker #453420

Tints of Clinker #453420

Color information

#453420 (or 0x453420) is unknown color: approx Clinker. HEX triplet: 45, 34 and 20. RGB value is (69,52,32). Sum of RGB (Red+Green+Blue) = 69+52+32=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #453420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453420 is #BACBDF. Grayscale: #363636. Windows color (decimal): -12241888 or 2110533. OLE color: 2110533.

HSL color Cylindrical-coordinate representation of color #453420: hue angle of 32.43º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453420 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB695232-
CMYK00.250.540.73
HSL32.43º36.63%19.8%-
HSV(B)32.43º53.62%27.06%-
XYZ3.943.831.9-
YUV54.8115.13138.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=45.10%
G=33.99%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69523200.250.540.7332.4336.6319.8
Hex4534200193649202514
Octal105644003166111404524
Binary1000101110100100000011001110110100100110000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453420; }

 p { color: rgb(69,52,32); }

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

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

 a { background-color: rgb(69,52,32); }

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

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

 span { border-color: rgb(69,52,32); }

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