#453725

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

Shades of Clinker #453725

Tints of Clinker #453725

Color information

#453725 (or 0x453725) is unknown color: approx Clinker. HEX triplet: 45, 37 and 25. RGB value is (69,55,37). Sum of RGB (Red+Green+Blue) = 69+55+37=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453725 is #BAC8DA. Grayscale: #393939. Windows color (decimal): -12241115 or 2438981. OLE color: 2438981.

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

Color convert

RGB695537-
CMYK00.200.460.73
HSL33.75º30.19%20.78%-
HSV(B)33.75º46.38%27.06%-
XYZ4.154.132.33-
YUV57.13116.64136.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=42.86%
G=34.16%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69553700.200.460.7333.7530.1920.78
Hex4537250142E49221e15
Octal105674502456111423625
Binary100010111011110010101010010111010010011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453725; }

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

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

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

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

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

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

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

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