#452E16

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

Shades of Clinker #452E16

Tints of Clinker #452E16

Color information

#452E16 (or 0x452E16) is unknown color: approx Clinker. HEX triplet: 45, 2E and 16. RGB value is (69,46,22). Sum of RGB (Red+Green+Blue) = 69+46+22=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #452E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E16 is #BAD1E9. Grayscale: #323232. Windows color (decimal): -12243434 or 1453637. OLE color: 1453637.

HSL color Cylindrical-coordinate representation of color #452E16: hue angle of 30.64º 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 #452E16 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB694622-
CMYK00.330.680.73
HSL30.64º51.65%17.84%-
HSV(B)30.64º68.12%27.06%-
XYZ3.583.281.2-
YUV50.14112.12141.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=50.36%
G=33.58%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69462200.330.680.7330.6451.6517.84
Hex452E1602144491f3412
Octal1055626041104111376422
Binary1000101101110101100100001100010010010011111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452E16; }

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

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

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

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

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

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

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

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