#443013

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

Shades of Clinker #443013

Tints of Clinker #443013

Color information

#443013 (or 0x443013) is unknown color: approx Clinker. HEX triplet: 44, 30 and 13. RGB value is (68,48,19). Sum of RGB (Red+Green+Blue) = 68+48+19=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #443013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443013 is #BBCFEC. Grayscale: #323232. Windows color (decimal): -12308461 or 1257540. OLE color: 1257540.

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

Color convert

RGB684819-
CMYK00.290.720.73
HSL35.51º56.32%17.06%-
HSV(B)35.51º72.06%26.67%-
XYZ3.563.391.08-
YUV50.67110.13140.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=50.37%
G=35.56%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68481900.290.720.7335.5156.3217.06
Hex44301301D4849243811
Octal1046023035110111447021
Binary1000100110000100110111011001000100100110010011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443013; }

 p { color: rgb(68,48,19); }

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

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

 a { background-color: rgb(68,48,19); }

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

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

 span { border-color: rgb(68,48,19); }

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