#453317

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

Shades of Clinker #453317

Tints of Clinker #453317

Color information

#453317 (or 0x453317) is unknown color: approx Clinker. HEX triplet: 45, 33 and 17. RGB value is (69,51,23). Sum of RGB (Red+Green+Blue) = 69+51+23=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453317 is #BACCE8. Grayscale: #353535. Windows color (decimal): -12242153 or 1520453. OLE color: 1520453.

HSL color Cylindrical-coordinate representation of color #453317: hue angle of 36.52º 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 #453317 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB695123-
CMYK00.260.670.73
HSL36.52º50%18.04%-
HSV(B)36.52º66.67%27.06%-
XYZ3.793.691.32-
YUV53.19110.96139.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 23 (9.38% from 255) = 16.08%
R=48.25%
G=35.66%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69512300.260.670.7336.525018.04
Hex45331701A4349253212
Octal1056327032103111456222
Binary1000101110011101110110101000011100100110010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453317; }

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

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

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

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

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

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

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

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