#453219

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

Shades of Clinker #453219

Tints of Clinker #453219

Color information

#453219 (or 0x453219) is unknown color: approx Clinker. HEX triplet: 45, 32 and 19. RGB value is (69,50,25). Sum of RGB (Red+Green+Blue) = 69+50+25=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #453219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453219 is #BACDE6. Grayscale: #343434. Windows color (decimal): -12242407 or 1651269. OLE color: 1651269.

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

Color convert

RGB695025-
CMYK00.280.640.73
HSL34.09º46.81%18.43%-
HSV(B)34.09º63.77%27.06%-
XYZ3.773.621.42-
YUV52.83112.29139.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=47.92%
G=34.72%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69502500.280.640.7334.0946.8118.43
Hex45321901C4049222f12
Octal1056231034100111425722
Binary1000101110010110010111001000000100100110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453219; }

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

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

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

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

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

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

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

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