#453823

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

Shades of Clinker #453823

Tints of Clinker #453823

Color information

#453823 (or 0x453823) is unknown color: approx Clinker. HEX triplet: 45, 38 and 23. RGB value is (69,56,35). Sum of RGB (Red+Green+Blue) = 69+56+35=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453823 is #BAC7DC. Grayscale: #393939. Windows color (decimal): -12240861 or 2308165. OLE color: 2308165.

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

Color convert

RGB695635-
CMYK00.190.490.73
HSL37.06º32.69%20.39%-
HSV(B)37.06º49.28%27.06%-
XYZ4.174.212.18-
YUV57.49115.31136.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 35 (14.06% from 255) = 21.88%
R=43.12%
G=35%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69563500.190.490.7337.0632.6920.39
Hex4538230133149252114
Octal105704302361111454124
Binary1000101111000100011010011110001100100110010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453823; }

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

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

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

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

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

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

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

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