#443010

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

Shades of Clinker #443010

Tints of Clinker #443010

Color information

#443010 (or 0x443010) is unknown color: approx Clinker. HEX triplet: 44, 30 and 10. RGB value is (68,48,16). Sum of RGB (Red+Green+Blue) = 68+48+16=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #443010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443010 is #BBCFEF. Grayscale: #323232. Windows color (decimal): -12308464 or 1060932. OLE color: 1060932.

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

Color convert

RGB684816-
CMYK00.290.760.73
HSL36.92º61.9%16.47%-
HSV(B)36.92º76.47%26.67%-
XYZ3.533.380.96-
YUV50.33108.63140.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=51.52%
G=36.36%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68481600.290.760.7336.9261.916.47
Hex44301001D4C49253e10
Octal1046020035114111457620
Binary1000100110000100000111011001100100100110010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443010; }

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

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

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

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

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

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

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

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