#453216

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

Shades of Clinker #453216

Tints of Clinker #453216

Color information

#453216 (or 0x453216) is unknown color: approx Clinker. HEX triplet: 45, 32 and 16. RGB value is (69,50,22). Sum of RGB (Red+Green+Blue) = 69+50+22=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453216 is #BACDE9. Grayscale: #343434. Windows color (decimal): -12242410 or 1454661. OLE color: 1454661.

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

Color convert

RGB695022-
CMYK00.280.680.73
HSL35.74º51.65%17.84%-
HSV(B)35.74º68.12%27.06%-
XYZ3.743.61.26-
YUV52.49110.79139.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=48.94%
G=35.46%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69502200.280.680.7335.7451.6517.84
Hex45321601C4449243412
Octal1056226034104111446422
Binary1000101110010101100111001000100100100110010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453216; }

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

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

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

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

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

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

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

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