#453321

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

Shades of Clinker #453321

Tints of Clinker #453321

Color information

#453321 (or 0x453321) is unknown color: approx Clinker. HEX triplet: 45, 33 and 21. RGB value is (69,51,33). Sum of RGB (Red+Green+Blue) = 69+51+33=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 69 - color contains mainly: red. Hex color #453321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453321 is #BACCDE. Grayscale: #363636. Windows color (decimal): -12242143 or 2175813. OLE color: 2175813.

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

Color convert

RGB695133-
CMYK00.260.520.73
HSL30º35.29%20%-
HSV(B)30º52.17%27.06%-
XYZ3.913.741.96-
YUV54.33115.96138.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.10%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=45.10%
G=33.33%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69513300.260.520.733035.2920
Hex45332101A34491e2314
Octal105634103264111364324
Binary100010111001110000101101011010010010011111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453321; }

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

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

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

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

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

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

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

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