#453116

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

Shades of Clinker #453116

Tints of Clinker #453116

Color information

#453116 (or 0x453116) is unknown color: approx Clinker. HEX triplet: 45, 31 and 16. RGB value is (69,49,22). Sum of RGB (Red+Green+Blue) = 69+49+22=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453116 is #BACEE9. Grayscale: #343434. Windows color (decimal): -12242666 or 1454405. OLE color: 1454405.

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

Color convert

RGB694922-
CMYK00.290.680.73
HSL34.47º51.65%17.84%-
HSV(B)34.47º68.12%27.06%-
XYZ3.73.521.24-
YUV51.9111.13140.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=49.29%
G=35%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69492200.290.680.7334.4751.6517.84
Hex45311601D4449223412
Octal1056126035104111426422
Binary1000101110001101100111011000100100100110001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453116; }

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

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

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

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

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

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

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

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