#453521

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

Shades of Clinker #453521

Tints of Clinker #453521

Color information

#453521 (or 0x453521) is unknown color: approx Clinker. HEX triplet: 45, 35 and 21. RGB value is (69,53,33). Sum of RGB (Red+Green+Blue) = 69+53+33=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #453521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453521 is #BACADE. Grayscale: #373737. Windows color (decimal): -12241631 or 2176325. OLE color: 2176325.

HSL color Cylindrical-coordinate representation of color #453521: hue angle of 33.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453521 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB695333-
CMYK00.230.520.73
HSL33.33º35.29%20%-
HSV(B)33.33º52.17%27.06%-
XYZ43.921.98-
YUV55.5115.3137.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=44.52%
G=34.19%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69533300.230.520.7333.3335.2920
Hex4535210173449212314
Octal105654102764111414324
Binary1000101110101100001010111110100100100110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453521; }

 p { color: rgb(69,53,33); }

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

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

 a { background-color: rgb(69,53,33); }

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

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

 span { border-color: rgb(69,53,33); }

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