#453319

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

Shades of Clinker #453319

Tints of Clinker #453319

Color information

#453319 (or 0x453319) is unknown color: approx Clinker. HEX triplet: 45, 33 and 19. RGB value is (69,51,25). Sum of RGB (Red+Green+Blue) = 69+51+25=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #453319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453319 is #BACCE6. Grayscale: #353535. Windows color (decimal): -12242151 or 1651525. OLE color: 1651525.

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

Color convert

RGB695125-
CMYK00.260.640.73
HSL35.45º46.81%18.43%-
HSV(B)35.45º63.77%27.06%-
XYZ3.813.71.43-
YUV53.42111.96139.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=47.59%
G=35.17%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69512500.260.640.7335.4546.8118.43
Hex45331901A4049232f12
Octal1056331032100111435722
Binary1000101110011110010110101000000100100110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453319; }

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

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

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

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

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

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

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

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