#453320

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

Shades of Clinker #453320

Tints of Clinker #453320

Color information

#453320 (or 0x453320) is unknown color: approx Clinker. HEX triplet: 45, 33 and 20. RGB value is (69,51,32). Sum of RGB (Red+Green+Blue) = 69+51+32=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #453320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453320 is #BACCDF. Grayscale: #363636. Windows color (decimal): -12242144 or 2110277. OLE color: 2110277.

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

Color convert

RGB695132-
CMYK00.260.540.73
HSL30.81º36.63%19.8%-
HSV(B)30.81º53.62%27.06%-
XYZ3.93.741.88-
YUV54.22115.46138.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=45.39%
G=33.55%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69513200.260.540.7330.8136.6319.8
Hex45332001A36491f2514
Octal105634003266111374524
Binary100010111001110000001101011011010010011111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453320; }

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

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

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

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

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

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

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

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