#453221

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

Shades of Clinker #453221

Tints of Clinker #453221

Color information

#453221 (or 0x453221) is unknown color: approx Clinker. HEX triplet: 45, 32 and 21. RGB value is (69,50,33). Sum of RGB (Red+Green+Blue) = 69+50+33=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #453221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453221 is #BACDDE. Grayscale: #353535. Windows color (decimal): -12242399 or 2175557. OLE color: 2175557.

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

Color convert

RGB695033-
CMYK00.280.520.73
HSL28.33º35.29%20%-
HSV(B)28.33º52.17%27.06%-
XYZ3.873.661.94-
YUV53.74116.29138.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=45.39%
G=32.89%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69503300.280.520.7328.3335.2920
Hex45322101C34491c2314
Octal105624103464111344324
Binary100010111001010000101110011010010010011110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453221; }

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

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

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

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

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

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

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

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