#453117

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

Shades of Clinker #453117

Tints of Clinker #453117

Color information

#453117 (or 0x453117) is unknown color: approx Clinker. HEX triplet: 45, 31 and 17. RGB value is (69,49,23). Sum of RGB (Red+Green+Blue) = 69+49+23=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453117 is #BACEE8. Grayscale: #343434. Windows color (decimal): -12242665 or 1519941. OLE color: 1519941.

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

Color convert

RGB694923-
CMYK00.290.670.73
HSL33.91º50%18.04%-
HSV(B)33.91º66.67%27.06%-
XYZ3.713.521.3-
YUV52.02111.63140.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=48.94%
G=34.75%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69492300.290.670.7333.915018.04
Hex45311701D4349223212
Octal1056127035103111426222
Binary1000101110001101110111011000011100100110001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453117; }

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

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

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

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

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

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

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

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