#453626

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

Shades of Clinker #453626

Tints of Clinker #453626

Color information

#453626 (or 0x453626) is unknown color: approx Clinker. HEX triplet: 45, 36 and 26. RGB value is (69,54,38). Sum of RGB (Red+Green+Blue) = 69+54+38=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453626 is #BAC9D9. Grayscale: #383838. Windows color (decimal): -12241370 or 2504261. OLE color: 2504261.

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

Color convert

RGB695438-
CMYK00.220.450.73
HSL30.97º28.97%20.98%-
HSV(B)30.97º44.93%27.06%-
XYZ4.124.042.4-
YUV56.66117.47136.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=42.86%
G=33.54%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69543800.220.450.7330.9728.9720.98
Hex4536260162D491f1d15
Octal105664602655111373525
Binary10001011101101001100101101011011001001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453626; }

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

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

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

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

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

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

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

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