#44473D

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

Shades of Tuatara #44473D

Tints of Tuatara #44473D

Color information

#44473D (or 0x44473D) is unknown color: approx Tuatara. HEX triplet: 44, 47 and 3D. RGB value is (68,71,61). Sum of RGB (Red+Green+Blue) = 68+71+61=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #44473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44473D is #BBB8C2. Grayscale: #454545. Windows color (decimal): -12302531 or 4015940. OLE color: 4015940.

HSL color Cylindrical-coordinate representation of color #44473D: hue angle of 78º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44473D is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB687161-
CMYK0.0400.140.72
HSL78º7.58%25.88%-
HSV(B)78º14.08%27.84%-
XYZ5.486.075.3-
YUV68.96123.51127.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=34%
G=35.5%
B=30.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871610.0400.140.72787.5825.88
Hex44473D40E484e81a
Octal1041077540161101161032
Binary100010010001111111011000111010010001001110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44473D; }

 p { color: rgb(68,71,61); }

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

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

 a { background-color: rgb(68,71,61); }

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

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

 span { border-color: rgb(68,71,61); }

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