#453724

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

Shades of Clinker #453724

Tints of Clinker #453724

Color information

#453724 (or 0x453724) is unknown color: approx Clinker. HEX triplet: 45, 37 and 24. RGB value is (69,55,36). Sum of RGB (Red+Green+Blue) = 69+55+36=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 69 - color contains mainly: red. Hex color #453724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453724 is #BAC8DB. Grayscale: #393939. Windows color (decimal): -12241116 or 2373445. OLE color: 2373445.

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

Color convert

RGB695536-
CMYK00.200.480.73
HSL34.55º31.43%20.59%-
HSV(B)34.55º47.83%27.06%-
XYZ4.144.122.25-
YUV57.02116.14136.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=43.12%
G=34.38%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69553600.200.480.7334.5531.4320.59
Hex4537240143049231f15
Octal105674402460111433725
Binary100010111011110010001010011000010010011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453724; }

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

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

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

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

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

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

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

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