#452E15

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

Shades of Clinker #452E15

Tints of Clinker #452E15

Color information

#452E15 (or 0x452E15) is unknown color: approx Clinker. HEX triplet: 45, 2E and 15. RGB value is (69,46,21). Sum of RGB (Red+Green+Blue) = 69+46+21=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #452E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E15 is #BAD1EA. Grayscale: #323232. Windows color (decimal): -12243435 or 1388101. OLE color: 1388101.

HSL color Cylindrical-coordinate representation of color #452E15: hue angle of 31.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452E15 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB694621-
CMYK00.330.700.73
HSL31.25º53.33%17.65%-
HSV(B)31.25º69.57%27.06%-
XYZ3.573.271.15-
YUV50.03111.62141.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=50.74%
G=33.82%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69462100.330.700.7331.2553.3317.65
Hex452E1502146491f3512
Octal1055625041106111376522
Binary1000101101110101010100001100011010010011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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