#443215

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

Shades of Clinker #443215

Tints of Clinker #443215

Color information

#443215 (or 0x443215) is unknown color: approx Clinker. HEX triplet: 44, 32 and 15. RGB value is (68,50,21). Sum of RGB (Red+Green+Blue) = 68+50+21=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #443215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443215 is #BBCDEA. Grayscale: #343434. Windows color (decimal): -12307947 or 1389124. OLE color: 1389124.

HSL color Cylindrical-coordinate representation of color #443215: hue angle of 37.02º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443215 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB685021-
CMYK00.260.690.73
HSL37.02º52.81%17.45%-
HSV(B)37.02º69.12%26.67%-
XYZ3.663.561.2-
YUV52.08110.46139.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=48.92%
G=35.97%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68502100.260.690.7337.0252.8117.45
Hex44321501A4549253511
Octal1046225032105111456521
Binary1000100110010101010110101000101100100110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443215; }

 p { color: rgb(68,50,21); }

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

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

 a { background-color: rgb(68,50,21); }

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

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

 span { border-color: rgb(68,50,21); }

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