#443318

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

Shades of Clinker #443318

Tints of Clinker #443318

Color information

#443318 (or 0x443318) is unknown color: approx Clinker. HEX triplet: 44, 33 and 18. RGB value is (68,51,24). Sum of RGB (Red+Green+Blue) = 68+51+24=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #443318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443318 is #BBCCE7. Grayscale: #353535. Windows color (decimal): -12307688 or 1585988. OLE color: 1585988.

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

Color convert

RGB685124-
CMYK00.250.650.73
HSL36.82º47.83%18.04%-
HSV(B)36.82º64.71%26.67%-
XYZ3.733.661.37-
YUV53111.63138.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=47.55%
G=35.66%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68512400.250.650.7336.8247.8318.04
Hex4433180194149253012
Octal1046330031101111456022
Binary1000100110011110000110011000001100100110010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443318; }

 p { color: rgb(68,51,24); }

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

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

 a { background-color: rgb(68,51,24); }

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

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

 span { border-color: rgb(68,51,24); }

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