#453017

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

Shades of Clinker #453017

Tints of Clinker #453017

Color information

#453017 (or 0x453017) is unknown color: approx Clinker. HEX triplet: 45, 30 and 17. RGB value is (69,48,23). Sum of RGB (Red+Green+Blue) = 69+48+23=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453017 is #BACFE8. Grayscale: #333333. Windows color (decimal): -12242921 or 1519685. OLE color: 1519685.

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

Color convert

RGB694823-
CMYK00.300.670.73
HSL32.61º50%18.04%-
HSV(B)32.61º66.67%27.06%-
XYZ3.673.441.28-
YUV51.43111.96140.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=49.29%
G=34.29%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69482300.300.670.7332.615018.04
Hex45301701E4349213212
Octal1056027036103111416222
Binary1000101110000101110111101000011100100110000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453017; }

 p { color: rgb(69,48,23); }

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

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

 a { background-color: rgb(69,48,23); }

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

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

 span { border-color: rgb(69,48,23); }

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