#453720

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

Shades of Clinker #453720

Tints of Clinker #453720

Color information

#453720 (or 0x453720) is unknown color: approx Clinker. HEX triplet: 45, 37 and 20. RGB value is (69,55,32). Sum of RGB (Red+Green+Blue) = 69+55+32=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453720 is #BAC8DF. Grayscale: #383838. Windows color (decimal): -12241120 or 2111301. OLE color: 2111301.

HSL color Cylindrical-coordinate representation of color #453720: hue angle of 37.3º 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 #453720 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB695532-
CMYK00.200.540.73
HSL37.3º36.63%19.8%-
HSV(B)37.3º53.62%27.06%-
XYZ4.084.11.94-
YUV56.56114.14136.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=44.23%
G=35.26%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69553200.200.540.7337.336.6319.8
Hex4537200143649252514
Octal105674002466111454524
Binary1000101110111100000010100110110100100110010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453720; }

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

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

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

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

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

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

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

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