#453419

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

Shades of Clinker #453419

Tints of Clinker #453419

Color information

#453419 (or 0x453419) is unknown color: approx Clinker. HEX triplet: 45, 34 and 19. RGB value is (69,52,25). Sum of RGB (Red+Green+Blue) = 69+52+25=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #453419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453419 is #BACBE6. Grayscale: #363636. Windows color (decimal): -12241895 or 1651781. OLE color: 1651781.

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

Color convert

RGB695225-
CMYK00.250.640.73
HSL36.82º46.81%18.43%-
HSV(B)36.82º63.77%27.06%-
XYZ3.863.791.45-
YUV54111.63138.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=47.26%
G=35.62%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69522500.250.640.7336.8246.8118.43
Hex4534190194049252f12
Octal1056431031100111455722
Binary1000101110100110010110011000000100100110010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453419; }

 p { color: rgb(69,52,25); }

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

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

 a { background-color: rgb(69,52,25); }

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

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

 span { border-color: rgb(69,52,25); }

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