#453623

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

Shades of Clinker #453623

Tints of Clinker #453623

Color information

#453623 (or 0x453623) is unknown color: approx Clinker. HEX triplet: 45, 36 and 23. RGB value is (69,54,35). Sum of RGB (Red+Green+Blue) = 69+54+35=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453623 is #BAC9DC. Grayscale: #383838. Windows color (decimal): -12241373 or 2307653. OLE color: 2307653.

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

Color convert

RGB695435-
CMYK00.220.490.73
HSL33.53º32.69%20.39%-
HSV(B)33.53º49.28%27.06%-
XYZ4.084.022.15-
YUV56.32115.97137.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 35 (14.06% from 255) = 22.15%
R=43.67%
G=34.18%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69543500.220.490.7333.5332.6920.39
Hex4536230163149222114
Octal105664302661111424124
Binary1000101110110100011010110110001100100110001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453623; }

 p { color: rgb(69,54,35); }

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

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

 a { background-color: rgb(69,54,35); }

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

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

 span { border-color: rgb(69,54,35); }

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