#453424

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

Shades of Clinker #453424

Tints of Clinker #453424

Color information

#453424 (or 0x453424) is unknown color: approx Clinker. HEX triplet: 45, 34 and 24. RGB value is (69,52,36). Sum of RGB (Red+Green+Blue) = 69+52+36=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453424 is #BACBDB. Grayscale: #373737. Windows color (decimal): -12241884 or 2372677. OLE color: 2372677.

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

Color convert

RGB695236-
CMYK00.250.480.73
HSL29.09º31.43%20.59%-
HSV(B)29.09º47.83%27.06%-
XYZ43.852.2-
YUV55.26117.13137.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=43.95%
G=33.12%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69523600.250.480.7329.0931.4320.59
Hex45342401930491d1f15
Octal105644403160111353725
Binary10001011101001001000110011100001001001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453424; }

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

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

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

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

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

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

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

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