#453726

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

Shades of Clinker #453726

Tints of Clinker #453726

Color information

#453726 (or 0x453726) is unknown color: approx Clinker. HEX triplet: 45, 37 and 26. RGB value is (69,55,38). Sum of RGB (Red+Green+Blue) = 69+55+38=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453726 is #BAC8D9. Grayscale: #393939. Windows color (decimal): -12241114 or 2504517. OLE color: 2504517.

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

Color convert

RGB695538-
CMYK00.200.450.73
HSL32.9º28.97%20.98%-
HSV(B)32.9º44.93%27.06%-
XYZ4.174.142.41-
YUV57.25117.14136.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=42.59%
G=33.95%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69553800.200.450.7332.928.9720.98
Hex4537260142D49211d15
Octal105674602455111413525
Binary100010111011110011001010010110110010011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453726; }

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

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

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

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

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

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

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

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